Whispers of Autumn Dreams Color Palette
Discover the beautiful Whispers of Autumn Dreams color palette featuring pampas (#fcfcfa), bone (#e7ddca), tan (#d0a688), chetwode blue (#8b8cde) and japonica (#da7959).
Brightness
Saturation
Warmth
💡 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 Dreams palette
Image Gallery

💻 Whispers of Autumn Dreams color palette CSS
/* CSS */
.color-1 {
color: #fcfcfa;
}
.color-2 {
color: #e7ddca;
}
.color-3 {
color: #d0a688;
}
.color-4 {
color: #8b8cde;
}
.color-5 {
color: #da7959;
}
/* CSS Variables */
:root {
--color-1: #fcfcfa;
--color-2: #e7ddca;
--color-3: #d0a688;
--color-4: #8b8cde;
--color-5: #da7959;
} 🌈 Whispers of Autumn Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfa, #e7ddca, #d0a688, #8b8cde, #da7959);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfa, #e7ddca, #d0a688, #8b8cde, #da7959);
} 🔗 Explore similar color palettes
Whispers of Autumn Dreams color palette created on .