Grade Grey Gradient

Click to copy CSS

Grade Grey

Linear gradient Mixed tone 0 views

Colors

#BDC3C7
rgb(189, 195, 199)
hsl(204, 8%, 76%)
#2C3E50
rgb(44, 62, 80)
hsl(210, 29%, 24%)

CSS

background: linear-gradient(90deg, #bdc3c7 0%, #2c3e50 100%);
      

Other Formats

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