Violet Smoke Gradient
Click to copy CSS
Violet Smoke
Linear gradient
Mixed tone
0 views
Colors
#8338E3
rgb(131, 56, 227)
hsl(266, 75%, 55%)
#E0A9BB
rgb(224, 169, 187)
hsl(340, 47%, 77%)
CSS
background: linear-gradient(90deg, #8338e3 0%, #e0a9bb 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#8338e3] to-[#e0a9bb]
Inline CSS
style="background: linear-gradient(90deg, #8338e3 0%, #e0a9bb 100%)"