Autumn's Whispering Hues Color Palette
Discover the beautiful Autumn's Whispering Hues color palette featuring silver sand (#bcbec2), nugget (#c48e21), hacienda (#97661c), victoria (#47539e) and rhino (#323362).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withRustic, Autumn, Modern 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 Autumn's Whispering Hues palette
💻 Autumn's Whispering Hues color palette CSS
/* CSS */
.color-1 {
color: #bcbec2;
}
.color-2 {
color: #c48e21;
}
.color-3 {
color: #97661c;
}
.color-4 {
color: #47539e;
}
.color-5 {
color: #323362;
}
/* CSS Variables */
:root {
--color-1: #bcbec2;
--color-2: #c48e21;
--color-3: #97661c;
--color-4: #47539e;
--color-5: #323362;
} 🌈 Autumn's Whispering Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bcbec2, #c48e21, #97661c, #47539e, #323362);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bcbec2, #c48e21, #97661c, #47539e, #323362);
} 🔗 Explore similar color palettes
Autumn's Whispering Hues color palette created on .