Blue Slate Gradient

Click to copy CSS

Blue Slate

Linear gradient Mixed tone 0 views

Colors

#B5B9FF
rgb(181, 185, 255)
hsl(237, 100%, 85%)
#2B2C49
rgb(43, 44, 73)
hsl(238, 26%, 23%)

CSS

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

Other Formats

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