Dark Wood Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Wood palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dark Wood Color Palette (PNG)
Dark Wood color palette CSS
/* CSS */
.color-1 {
color: #2c170c;
}
.color-2 {
color: #512815;
}
.color-3 {
color: #7a5a33;
}
.color-4 {
color: #a36948;
}
.color-5 {
color: #b1764e;
}
/* CSS Variables */
:root {
--color-1: #2c170c;
--color-2: #512815;
--color-3: #7a5a33;
--color-4: #a36948;
--color-5: #b1764e;
}
Dark Wood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c170c, #512815, #7a5a33, #a36948, #b1764e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c170c, #512815, #7a5a33, #a36948, #b1764e);
}
Similar color palettes
Dark Wood color palette created on .