Autumn Whisper Color Palette
Discover the beautiful Autumn Whisper color palette featuring kabul (#5f4b3a), coral tree (#a86d5d), cameo (#d4b69b), just right (#e8cbb0) and albescent white (#f2e1c4).
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 Autumn Whisper palette
💻 Autumn Whisper color palette CSS
/* CSS */
.color-1 {
color: #5f4b3a;
}
.color-2 {
color: #a86d5d;
}
.color-3 {
color: #d4b69b;
}
.color-4 {
color: #e8cbb0;
}
.color-5 {
color: #f2e1c4;
}
/* CSS Variables */
:root {
--color-1: #5f4b3a;
--color-2: #a86d5d;
--color-3: #d4b69b;
--color-4: #e8cbb0;
--color-5: #f2e1c4;
}
🌈 Autumn Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f4b3a, #a86d5d, #d4b69b, #e8cbb0, #f2e1c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f4b3a, #a86d5d, #d4b69b, #e8cbb0, #f2e1c4);
}
🔗 Explore similar color palettes
Autumn Whisper color palette created on .