Discover the beautiful "Whispers of Autumn" color palette featuring black haze (#f4f5f5), pumice (#d4d8d5), raw sienna (#d88c3b), natural gray (#968f8d) and carnation (#f65e51).
"Whispers of Autumn" Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the "Whispers of Autumn" palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with "Whispers of Autumn" palette
💻 "Whispers of Autumn" color palette CSS
/* CSS */
.color-1 {
color: #f4f5f5;
}
.color-2 {
color: #d4d8d5;
}
.color-3 {
color: #d88c3b;
}
.color-4 {
color: #968f8d;
}
.color-5 {
color: #f65e51;
}
/* CSS Variables */
:root {
--color-1: #f4f5f5;
--color-2: #d4d8d5;
--color-3: #d88c3b;
--color-4: #968f8d;
--color-5: #f65e51;
}
🌈 "Whispers of Autumn" background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4f5f5, #d4d8d5, #d88c3b, #968f8d, #f65e51);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4f5f5, #d4d8d5, #d88c3b, #968f8d, #f65e51);
}
🔗 Explore similar color palettes
"Whispers of Autumn" color palette created on .