Venice Blue Gradient

Click to copy CSS

Venice Blue

Linear gradient Mixed tone 0 views

Colors

#085078
rgb(8, 80, 120)
hsl(201, 88%, 25%)
#85D8CE
rgb(133, 216, 206)
hsl(173, 52%, 68%)

CSS

background: linear-gradient(90deg, #085078 0%, #85d8ce 100%);
      

Other Formats

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