Clay Cream Gradient
Click to copy CSS
Clay Cream
Linear gradient
Mixed tone
0 views
Colors
#5E3719
rgb(94, 55, 25)
hsl(26, 58%, 23%)
#B2A496
rgb(178, 164, 150)
hsl(30, 15%, 64%)
CSS
background: linear-gradient(90deg, #5e3719 0%, #b2a496 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#5e3719] to-[#b2a496]
Inline CSS
style="background: linear-gradient(90deg, #5e3719 0%, #b2a496 100%)"