cool gradient backgrounds css code example
Example 1: uigradients
background: #0f2027;
background: -webkit-linear-gradient(to right, #0f2027, #203a43, #2c5364);
background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
Example 2: gradient
Here a codePen with cool gradient animations:
https://codepen.io/DevLorenzo/pen/ExgpvJM
Example 3: ui gradient
background: #000428;
background: -webkit-linear-gradient(to bottom, #000428, #004e92);
background: linear-gradient(to bottom, #000428, #004e92);