Crimson Silence Gradient
Click to copy CSS
Crimson Silence
Linear gradient
Mixed tone
0 views
Colors
#C11E38
rgb(193, 30, 56)
hsl(350, 73%, 44%)
#220B34
rgb(34, 11, 52)
hsl(274, 65%, 12%)
CSS
background: linear-gradient(90deg, #c11e38 0%, #220b34 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#c11e38] to-[#220b34]
Inline CSS
style="background: linear-gradient(90deg, #c11e38 0%, #220b34 100%)"