Birchwood Color Palette

Discover the beautiful Birchwood color palette featuring akaroa (#d9cbaf), coral reef (#c1b29a), gray olive (#a59e8d), granite green (#8e8a7b) and soya bean (#6a5e4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Earthy, Nature, Neutral, 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 Birchwood palette

Share this palette to:

💻 Birchwood color palette CSS

/* CSS */
.color-1 {
color: #d9cbaf;
}
.color-2 {
color: #c1b29a;
}
.color-3 {
color: #a59e8d;
}
.color-4 {
color: #8e8a7b;
}
.color-5 {
color: #6a5e4d;
}

/* CSS Variables */
:root {
--color-1: #d9cbaf;
--color-2: #c1b29a;
--color-3: #a59e8d;
--color-4: #8e8a7b;
--color-5: #6a5e4d;
}

🌈 Birchwood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9cbaf, #c1b29a, #a59e8d, #8e8a7b, #6a5e4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9cbaf, #c1b29a, #a59e8d, #8e8a7b, #6a5e4d);
}

Birchwood color palette created on .