Velvet Flame Gradient
Click to copy CSS
Velvet Flame
Linear gradient
Mixed tone
0 views
Colors
#83489E
rgb(131, 72, 158)
hsl(281, 37%, 45%)
#C5302E
rgb(197, 48, 46)
hsl(1, 62%, 48%)
CSS
background: linear-gradient(90deg, #83489e 0%, #c5302e 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#83489e] to-[#c5302e]
Inline CSS
style="background: linear-gradient(90deg, #83489e 0%, #c5302e 100%)"