Wood Wine Gradient
Click to copy CSS
Wood Wine
Linear gradient
Mixed tone
0 views
Colors
#2E7037
rgb(46, 112, 55)
hsl(128, 42%, 31%)
#A63F4E
rgb(166, 63, 78)
hsl(351, 45%, 45%)
CSS
background: linear-gradient(90deg, #2e7037 0%, #a63f4e 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#2e7037] to-[#a63f4e]
Inline CSS
style="background: linear-gradient(90deg, #2e7037 0%, #a63f4e 100%)"