Slate Gray Gradient

Click to copy CSS

Slate Gray

Linear gradient Mixed tone 0 views

Colors

#858E96
rgb(133, 142, 150)
hsl(208, 7%, 55%)
#60696B
rgb(96, 105, 107)
hsl(191, 5%, 40%)

CSS

background: linear-gradient(90deg, #858e96 0%, #60696b 100%);
      

Other Formats

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