Gradient Controls
Linear
Radial
Conic
To Right
To Bottom
Diagonal
Circle
Gradient Preview
CSS Code
Copy the CSS code below
background: linear-gradient(90deg, #00b4db 0%, #0083b0 100%);
/* For more browser support */
background: -webkit-linear-gradient(90deg, #00b4db 0%, #0083b0 100%);