Arctic Frost Gradient
Icy blue fading into pale cyan.
Open in the gradient generator →
Color Stops
#83A4D4
#B6FBFF
Arctic Frost CSS Code
HEX Copy
background: #83A4D4; background: linear-gradient(0deg, #83A4D4 0%, #B6FBFF 100%);
RGBA Copy
background: rgba(131, 164, 212, 1.0); background: linear-gradient(0deg, rgba(131, 164, 212, 1.0) 0%, rgba(182, 251, 255, 1.0) 100%);
HSLA Copy
background: hsla(216, 49%, 67%, 1.0); background: linear-gradient(0deg, hsla(216, 49%, 67%, 1.0) 0%, hsla(183, 100%, 86%, 1.0) 100%);
Similar Gradients
More Gradient Presets
FAQ
What is the Arctic Frost gradient?Icy blue fading into pale cyan.
What's the CSS code for the Arctic Frost gradient?
Use
background: linear-gradient(0deg, #83A4D4 0%, #B6FBFF 100%);. RGBA and HSLA versions are also available on this page.