"Whimsical Woodland Tones" Color Palette
Discover the beautiful "Whimsical Woodland Tones" color palette featuring bison hide (#c4b6a6), coral tree (#a86f5d), anzac (#d9b74a), rose fog (#e4c2af) and cold purple (#b3a4d6).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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 "Whimsical Woodland Tones" palette
💻 "Whimsical Woodland Tones" color palette CSS
/* CSS */
.color-1 {
color: #c4b6a6;
}
.color-2 {
color: #a86f5d;
}
.color-3 {
color: #d9b74a;
}
.color-4 {
color: #e4c2af;
}
.color-5 {
color: #b3a4d6;
}
/* CSS Variables */
:root {
--color-1: #c4b6a6;
--color-2: #a86f5d;
--color-3: #d9b74a;
--color-4: #e4c2af;
--color-5: #b3a4d6;
} 🌈 "Whimsical Woodland Tones" background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4b6a6, #a86f5d, #d9b74a, #e4c2af, #b3a4d6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4b6a6, #a86f5d, #d9b74a, #e4c2af, #b3a4d6);
} "Whimsical Woodland Tones" color palette created on .