Steel Wave Gradient

Click to copy CSS

Steel Wave

Linear gradient Dark tone 0 views

Colors

#243748
rgb(36, 55, 72)
hsl(208, 33%, 21%)
#4B749F
rgb(75, 116, 159)
hsl(211, 36%, 46%)

CSS

background: linear-gradient(90deg, #243748 0%, #4b749f 100%);
      

Other Formats

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