Plum Surge Gradient
Click to copy CSS
Plum Surge
Linear gradient
Pink tone
0 views
Colors
#D4ACFB
rgb(212, 172, 251)
hsl(270, 91%, 83%)
#B84FCE
rgb(184, 79, 206)
hsl(290, 56%, 56%)
CSS
background: linear-gradient(90deg, #d4acfb 0%, #b84fce 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#d4acfb] to-[#b84fce]
Inline CSS
style="background: linear-gradient(90deg, #d4acfb 0%, #b84fce 100%)"