Dark Wood Color Palette
Discover the beautiful Dark Wood color palette featuring coffee bean (#2a160c), brown derby (#502815), old copper (#7b5b34), cape palliser (#a46a48) and santa fe (#b1754e).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Dark Wood palette
💻 Dark Wood color palette CSS
/* CSS */
.color-1 {
color: #2a160c;
}
.color-2 {
color: #502815;
}
.color-3 {
color: #7b5b34;
}
.color-4 {
color: #a46a48;
}
.color-5 {
color: #b1754e;
}
/* CSS Variables */
:root {
--color-1: #2a160c;
--color-2: #502815;
--color-3: #7b5b34;
--color-4: #a46a48;
--color-5: #b1754e;
} 🌈 Dark Wood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a160c, #502815, #7b5b34, #a46a48, #b1754e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a160c, #502815, #7b5b34, #a46a48, #b1754e);
} 🔗 Explore similar color palettes
Dark Wood color palette created on .