Venice Gradient

Click to copy CSS

Venice

Linear gradient Mixed tone 0 views

Colors

#6190E8
rgb(97, 144, 232)
hsl(219, 75%, 65%)
#A7BFE8
rgb(167, 191, 232)
hsl(218, 59%, 78%)

CSS

background: linear-gradient(90deg, #6190e8 0%, #a7bfe8 100%);
      

Other Formats

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