Birch Wood Color Palette

Discover the beautiful Birch Wood color palette featuring akaroa (#d9cbaf), heathered gray (#b7a88f), sandal (#a28f6d), millbrook (#694a3a) and woody brown (#3c2a2a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Earthy, Modern, Nature, Neutral, Summer, Warm, Wood 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 Birch Wood palette

Share this palette to:

💻 Birch Wood color palette CSS

/* CSS */
.color-1 {
color: #d9cbaf;
}
.color-2 {
color: #b7a88f;
}
.color-3 {
color: #a28f6d;
}
.color-4 {
color: #694a3a;
}
.color-5 {
color: #3c2a2a;
}

/* CSS Variables */
:root {
--color-1: #d9cbaf;
--color-2: #b7a88f;
--color-3: #a28f6d;
--color-4: #694a3a;
--color-5: #3c2a2a;
}

🌈 Birch Wood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9cbaf, #b7a88f, #a28f6d, #694a3a, #3c2a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9cbaf, #b7a88f, #a28f6d, #694a3a, #3c2a2a);
}

Birch Wood color palette created on .