Whispering Earth Tones Color Palette
Discover the beautiful Whispering Earth Tones color palette featuring kangaroo (#c2c6b9), spring rain (#a3c7aa), shilo (#e6baad), wheat (#f6e1b6) and zinnwaldite (#e9b0a5).
Brightness
Saturation
Warmth
Refine
💡 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 Earth Tones palette
💻 Whispering Earth Tones color palette CSS
/* CSS */
.color-1 {
color: #c2c6b9;
}
.color-2 {
color: #a3c7aa;
}
.color-3 {
color: #e6baad;
}
.color-4 {
color: #f6e1b6;
}
.color-5 {
color: #e9b0a5;
}
/* CSS Variables */
:root {
--color-1: #c2c6b9;
--color-2: #a3c7aa;
--color-3: #e6baad;
--color-4: #f6e1b6;
--color-5: #e9b0a5;
} 🌈 Whispering Earth Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2c6b9, #a3c7aa, #e6baad, #f6e1b6, #e9b0a5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2c6b9, #a3c7aa, #e6baad, #f6e1b6, #e9b0a5);
} 🔗 Explore similar color palettes
Whispering Earth Tones color palette created on .