Cool Brown Gradient
Click to copy CSS
Cool Brown
Linear gradient
Mixed tone
0 views
Colors
#603813
rgb(96, 56, 19)
hsl(29, 67%, 23%)
#B29F94
rgb(178, 159, 148)
hsl(22, 16%, 64%)
CSS
background: linear-gradient(90deg, #603813 0%, #b29f94 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#603813] to-[#b29f94]
Inline CSS
style="background: linear-gradient(90deg, #603813 0%, #b29f94 100%)"