Whispers of Autumn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Autumn palette
Whispers of Autumn color palette CSS
/* CSS */
.color-1 {
color: #bdb8b7;
}
.color-2 {
color: #b3a780;
}
.color-3 {
color: #858a93;
}
.color-4 {
color: #c3493c;
}
.color-5 {
color: #6f635d;
}
/* CSS Variables */
:root {
--color-1: #bdb8b7;
--color-2: #b3a780;
--color-3: #858a93;
--color-4: #c3493c;
--color-5: #6f635d;
}
Whispers of Autumn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bdb8b7, #b3a780, #858a93, #c3493c, #6f635d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bdb8b7, #b3a780, #858a93, #c3493c, #6f635d);
}
Similar color palettes
Scroll down to explore 200+ Neutral color palettes
Whispers of Autumn color palette created on .