Whispers of Earth Color Palette
Discover the beautiful Whispers of Earth color palette featuring olive haze (#8b8574), friar gray (#7f7f7a), armadillo (#49463c), cape cod (#3b3f3e) and cotton seed (#c3bfb6).
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 Whispers of Earth palette
💻 Whispers of Earth color palette CSS
/* CSS */
.color-1 {
color: #8b8574;
}
.color-2 {
color: #7f7f7a;
}
.color-3 {
color: #49463c;
}
.color-4 {
color: #3b3f3e;
}
.color-5 {
color: #c3bfb6;
}
/* CSS Variables */
:root {
--color-1: #8b8574;
--color-2: #7f7f7a;
--color-3: #49463c;
--color-4: #3b3f3e;
--color-5: #c3bfb6;
} 🌈 Whispers of Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b8574, #7f7f7a, #49463c, #3b3f3e, #c3bfb6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b8574, #7f7f7a, #49463c, #3b3f3e, #c3bfb6);
} 🔗 Explore similar color palettes
Whispers of Earth color palette created on .