Frost Gradient

Click to copy CSS

Frost

Linear gradient Dark tone 0 views

Colors

#000428
rgb(0, 4, 40)
hsl(234, 100%, 8%)
#004E92
rgb(0, 78, 146)
hsl(208, 100%, 29%)

CSS

background: linear-gradient(90deg, #000428 0%, #004e92 100%);
      

Other Formats

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