Whispers of Earth Color Palette
Discover the beautiful Whispers of Earth color palette featuring hint of red (#fdfcfc), sandrift (#b2998a), sandal (#a57e69), beaver (#89695d) and ferra (#68514a).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Boho, Autumn 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 Whispers of Earth palette
💻 Whispers of Earth color palette CSS
/* CSS */
.color-1 {
color: #fdfcfc;
}
.color-2 {
color: #b2998a;
}
.color-3 {
color: #a57e69;
}
.color-4 {
color: #89695d;
}
.color-5 {
color: #68514a;
}
/* CSS Variables */
:root {
--color-1: #fdfcfc;
--color-2: #b2998a;
--color-3: #a57e69;
--color-4: #89695d;
--color-5: #68514a;
} 🌈 Whispers of Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfcfc, #b2998a, #a57e69, #89695d, #68514a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfcfc, #b2998a, #a57e69, #89695d, #68514a);
} 🔗 Explore similar color palettes
Whispers of Earth color palette created on .