Frost Vortex Gradient
Conic sweep of pale frost into deep steel blue.
Open in the gradient generator →
Color Stops
#F0F8FF
#A9D6E5
#468FAF
#F0F8FF
Frost Vortex CSS Code
HEX Copy
background: #F0F8FF; background: conic-gradient(from 135deg, #F0F8FF 0%, #A9D6E5 33%, #468FAF 67%, #F0F8FF 100%);
RGBA Copy
background: rgba(240, 248, 255, 1.0); background: conic-gradient(from 135deg, rgba(240, 248, 255, 1.0) 0%, rgba(169, 214, 229, 1.0) 33%, rgba(70, 143, 175, 1.0) 67%, rgba(240, 248, 255, 1.0) 100%);
HSLA Copy
background: hsla(208, 100%, 97%, 1.0); background: conic-gradient(from 135deg, hsla(208, 100%, 97%, 1.0) 0%, hsla(195, 54%, 78%, 1.0) 33%, hsla(198, 43%, 48%, 1.0) 67%, hsla(208, 100%, 97%, 1.0) 100%);
More Gradient Presets
FAQ
What is the Frost Vortex gradient?Conic sweep of pale frost into deep steel blue.
What's the CSS code for the Frost Vortex gradient?
Use
background: conic-gradient(from 135deg, #F0F8FF 0%, #A9D6E5 33%, #468FAF 67%, #F0F8FF 100%);. RGBA and HSLA versions are also available on this page.