Purple Shift Gradient

Click to copy CSS

Purple Shift

Linear gradient Pink tone 0 views

Colors

#D397FA
rgb(211, 151, 250)
hsl(276, 91%, 79%)
#8364E8
rgb(131, 100, 232)
hsl(254, 74%, 65%)

CSS

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

Other Formats

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