eXpresso Gradient
Click to copy CSS
eXpresso
Linear gradient
Mixed tone
0 views
Colors
#AD5389
rgb(173, 83, 137)
hsl(324, 35%, 50%)
#3C1053
rgb(60, 16, 83)
hsl(279, 68%, 19%)
CSS
background: linear-gradient(90deg, #ad5389 0%, #3c1053 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#ad5389] to-[#3c1053]
Inline CSS
style="background: linear-gradient(90deg, #ad5389 0%, #3c1053 100%)"