Ruby Clash Gradient
Click to copy CSS
Ruby Clash
Linear gradient
Mixed tone
0 views
Colors
#CB4288
rgb(203, 66, 136)
hsl(329, 57%, 53%)
#B6353B
rgb(182, 53, 59)
hsl(357, 55%, 46%)
CSS
background: linear-gradient(90deg, #cb4288 0%, #b6353b 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#cb4288] to-[#b6353b]
Inline CSS
style="background: linear-gradient(90deg, #cb4288 0%, #b6353b 100%)"