Whispering Woods Color Palette
Discover the beautiful Whispering Woods color palette featuring husk (#b6a35d), irish coffee (#5d4a27), mondo (#4d3b2e), cashmere (#e7c7a2) and parchment (#f1e8d5).
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 Whispering Woods palette
💻 Whispering Woods color palette CSS
/* CSS */
.color-1 {
color: #b6a35d;
}
.color-2 {
color: #5d4a27;
}
.color-3 {
color: #4d3b2e;
}
.color-4 {
color: #e7c7a2;
}
.color-5 {
color: #f1e8d5;
}
/* CSS Variables */
:root {
--color-1: #b6a35d;
--color-2: #5d4a27;
--color-3: #4d3b2e;
--color-4: #e7c7a2;
--color-5: #f1e8d5;
} 🌈 Whispering Woods background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6a35d, #5d4a27, #4d3b2e, #e7c7a2, #f1e8d5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6a35d, #5d4a27, #4d3b2e, #e7c7a2, #f1e8d5);
} 🔗 Explore similar color palettes
Whispering Woods color palette created on .