Autumn's Whispering Palette Color Palette
Discover the beautiful Autumn's Whispering Palette color palette featuring coconut cream (#f8f8dd), hillary (#a8a979), piper (#c55f20), korma (#973e11) and cherrywood (#5c1418).
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's Whispering Palette palette
💻 Autumn's Whispering Palette color palette CSS
/* CSS */
.color-1 {
color: #f8f8dd;
}
.color-2 {
color: #a8a979;
}
.color-3 {
color: #c55f20;
}
.color-4 {
color: #973e11;
}
.color-5 {
color: #5c1418;
}
/* CSS Variables */
:root {
--color-1: #f8f8dd;
--color-2: #a8a979;
--color-3: #c55f20;
--color-4: #973e11;
--color-5: #5c1418;
} 🌈 Autumn's Whispering Palette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f8dd, #a8a979, #c55f20, #973e11, #5c1418);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f8dd, #a8a979, #c55f20, #973e11, #5c1418);
} 🔗 Explore similar color palettes
Autumn's Whispering Palette color palette created on .