Birch Delight Color Palette
Discover the beautiful Birch Delight color palette featuring bone (#e3d9c4), tea (#c4bcb0), gray olive (#a8a08f), domino (#8b7a5b) and tobacco brown (#6b503d).
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 Birch Delight palette
💻 Birch Delight color palette CSS
/* CSS */
.color-1 {
color: #e3d9c4;
}
.color-2 {
color: #c4bcb0;
}
.color-3 {
color: #a8a08f;
}
.color-4 {
color: #8b7a5b;
}
.color-5 {
color: #6b503d;
}
/* CSS Variables */
:root {
--color-1: #e3d9c4;
--color-2: #c4bcb0;
--color-3: #a8a08f;
--color-4: #8b7a5b;
--color-5: #6b503d;
} 🌈 Birch Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d9c4, #c4bcb0, #a8a08f, #8b7a5b, #6b503d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d9c4, #c4bcb0, #a8a08f, #8b7a5b, #6b503d);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Birch Delight color palette created on .