Ice Night Gradient

Click to copy CSS

Ice Night

Linear gradient Pink tone 0 views

Colors

#E4E7E4
rgb(228, 231, 228)
hsl(120, 6%, 90%)
#0A1647
rgb(10, 22, 71)
hsl(228, 75%, 16%)

CSS

background: linear-gradient(90deg, #e4e7e4 0%, #0a1647 100%);
      

Other Formats

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