Portrait Gradient

Click to copy CSS

Portrait

Linear gradient Mixed tone 0 views

Colors

#8E9EAB
rgb(142, 158, 171)
hsl(207, 15%, 61%)
#EEF2F3
rgb(238, 242, 243)
hsl(192, 17%, 94%)

CSS

background: linear-gradient(90deg, #8e9eab 0%, #eef2f3 100%);
      

Other Formats

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