Visions of Grandeur Gradient

Click to copy CSS

Visions of Grandeur

Linear gradient Dark tone 0 views

Colors

#000046
rgb(0, 0, 70)
hsl(240, 100%, 14%)
#1CB5E0
rgb(28, 181, 224)
hsl(193, 78%, 49%)

CSS

background: linear-gradient(90deg, #000046 0%, #1cb5e0 100%);
      

Other Formats

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