Frosted Light Gradient

Click to copy CSS

Frosted Light

Linear gradient Pink tone 0 views

Colors

#EBF4F5
rgb(235, 244, 245)
hsl(186, 33%, 94%)
#B5C6E0
rgb(181, 198, 224)
hsl(216, 41%, 79%)

CSS

background: linear-gradient(90deg, #ebf4f5 0%, #b5c6e0 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#ebf4f5] to-[#b5c6e0]
Inline CSS
style="background: linear-gradient(90deg, #ebf4f5 0%, #b5c6e0 100%)"