Firewatch Gradient
Click to copy CSS
Firewatch
Linear gradient
Red tone
0 views
Colors
#CB2D3E
rgb(203, 45, 62)
hsl(354, 64%, 49%)
#EF473A
rgb(239, 71, 58)
hsl(4, 85%, 58%)
CSS
background: linear-gradient(90deg, #cb2d3e 0%, #ef473a 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#cb2d3e] to-[#ef473a]
Inline CSS
style="background: linear-gradient(90deg, #cb2d3e 0%, #ef473a 100%)"