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: #f2ede8;
}
.color-2 {
color: #efdfae;
}
.color-3 {
color: #e9d37c;
}
.color-4 {
color: #b78b76;
}
.color-5 {
color: #6e645e;
}
/* CSS Variables */
:root {
--color-1: #f2ede8;
--color-2: #efdfae;
--color-3: #e9d37c;
--color-4: #b78b76;
--color-5: #6e645e;
}
Whispers of Autumn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2ede8, #efdfae, #e9d37c, #b78b76, #6e645e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2ede8, #efdfae, #e9d37c, #b78b76, #6e645e);
}
Similar color palettes
Scroll down to explore 2 Soft beige color palettes
Whispers of Autumn color palette created on .