Whispers of Autumn Elegance Color Palette
Discover the beautiful Whispers of Autumn Elegance color palette featuring white (#ffffff), pearl bush (#e7dfda), cameo (#d5b7a0), teak (#b78b71) and roman coffee (#826155).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Boho, Earthy, Elegant, Minimalist, White 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 Elegance palette
Image Gallery
💻 Whispers of Autumn Elegance color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e7dfda;
}
.color-3 {
color: #d5b7a0;
}
.color-4 {
color: #b78b71;
}
.color-5 {
color: #826155;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e7dfda;
--color-3: #d5b7a0;
--color-4: #b78b71;
--color-5: #826155;
} 🌈 Whispers of Autumn Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e7dfda, #d5b7a0, #b78b71, #826155);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e7dfda, #d5b7a0, #b78b71, #826155);
} 🔗 Explore similar color palettes
Whispers of Autumn Elegance color palette created on .