Dark Wood Color Palette

Discover the beautiful Dark Wood color palette featuring sambuca (#2c170c), brown derby (#512815), old copper (#7a5a33), cape palliser (#a36948) and santa fe (#b1764e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Beige, Earthy, Autumn, Warm, Deep, Neutral, Wood, Retro, Vintage color palettes and combinations.

💡 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

Share this palette to:

💻 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);
}

Dark Wood color palette created on .