Cherry Smoke Gradient
Click to copy CSS
Cherry Smoke
Linear gradient
Mixed tone
0 views
Colors
#AD4689
rgb(173, 70, 137)
hsl(321, 42%, 48%)
#ED5C86
rgb(237, 92, 134)
hsl(343, 80%, 65%)
CSS
background: linear-gradient(90deg, #ad4689 0%, #ed5c86 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#ad4689] to-[#ed5c86]
Inline CSS
style="background: linear-gradient(90deg, #ad4689 0%, #ed5c86 100%)"