Dark Skies Gradient

Click to copy CSS

Dark Skies

Linear gradient Mixed tone 0 views

Colors

#4B79A1
rgb(75, 121, 161)
hsl(208, 36%, 46%)
#283E51
rgb(40, 62, 81)
hsl(208, 34%, 24%)

CSS

background: linear-gradient(90deg, #4b79a1 0%, #283e51 100%);
      

Other Formats

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