Steel Mist Gradient

Click to copy CSS

Steel Mist

Linear gradient Mixed tone 0 views

Colors

#6D90B9
rgb(109, 144, 185)
hsl(212, 35%, 58%)
#BBC7DC
rgb(187, 199, 220)
hsl(218, 32%, 80%)

CSS

background: linear-gradient(90deg, #6d90b9 0%, #bbc7dc 100%);
      

Other Formats

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