Whispers of Warmth Color Palette
Discover the beautiful Whispers of Warmth color palette featuring ebb (#eee9e7), wafer (#d8cac5), calico (#e1ae99), thatch (#b69c91) and antique brass (#ce7d69).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Vintage, Autumn, Earthy 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 Warmth palette
💻 Whispers of Warmth color palette CSS
/* CSS */
.color-1 {
color: #eee9e7;
}
.color-2 {
color: #d8cac5;
}
.color-3 {
color: #e1ae99;
}
.color-4 {
color: #b69c91;
}
.color-5 {
color: #ce7d69;
}
/* CSS Variables */
:root {
--color-1: #eee9e7;
--color-2: #d8cac5;
--color-3: #e1ae99;
--color-4: #b69c91;
--color-5: #ce7d69;
} 🌈 Whispers of Warmth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eee9e7, #d8cac5, #e1ae99, #b69c91, #ce7d69);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eee9e7, #d8cac5, #e1ae99, #b69c91, #ce7d69);
} 🔗 Explore similar color palettes
Whispers of Warmth color palette created on .