Whispers of Autumn Mist Color Palette
Discover the beautiful Whispers of Autumn Mist color palette featuring cararra (#f1f0ee), blue bell (#a196cd), donkey brown (#a58c7d), juniper (#779095) and sirocco (#657a7e).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBoho, Earthy, Fall, Lavender, Minimalist, Modern, Soft, Teal 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 Autumn Mist palette
Image Gallery

💻 Whispers of Autumn Mist color palette CSS
/* CSS */
.color-1 {
color: #f1f0ee;
}
.color-2 {
color: #a196cd;
}
.color-3 {
color: #a58c7d;
}
.color-4 {
color: #779095;
}
.color-5 {
color: #657a7e;
}
/* CSS Variables */
:root {
--color-1: #f1f0ee;
--color-2: #a196cd;
--color-3: #a58c7d;
--color-4: #779095;
--color-5: #657a7e;
} 🌈 Whispers of Autumn Mist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f0ee, #a196cd, #a58c7d, #779095, #657a7e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f0ee, #a196cd, #a58c7d, #779095, #657a7e);
} 🔗 Explore similar color palettes
Whispers of Autumn Mist color palette created on .