Crimson Tide Gradient
Click to copy CSS
Crimson Tide
Linear gradient
Mixed tone
0 views
Colors
#642B73
rgb(100, 43, 115)
hsl(288, 46%, 31%)
#C6426E
rgb(198, 66, 110)
hsl(340, 54%, 52%)
CSS
background: linear-gradient(90deg, #642b73 0%, #c6426e 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#642b73] to-[#c6426e]
Inline CSS
style="background: linear-gradient(90deg, #642b73 0%, #c6426e 100%)"