Crimson Depth Gradient
Click to copy CSS
Crimson Depth
Linear gradient
Red tone
0 views
Colors
#E01F2D
rgb(224, 31, 45)
hsl(356, 76%, 50%)
#943C22
rgb(148, 60, 34)
hsl(14, 63%, 36%)
CSS
background: linear-gradient(90deg, #e01f2d 0%, #943c22 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#e01f2d] to-[#943c22]
Inline CSS
style="background: linear-gradient(90deg, #e01f2d 0%, #943c22 100%)"