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: #f8f4e2;
}
.color-2 {
color: #e2cec5;
}
.color-3 {
color: #d6a185;
}
.color-4 {
color: #b56c4a;
}
.color-5 {
color: #8c4b3b;
}
/* CSS Variables */
:root {
--color-1: #f8f4e2;
--color-2: #e2cec5;
--color-3: #d6a185;
--color-4: #b56c4a;
--color-5: #8c4b3b;
}
Whispers of Autumn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f4e2, #e2cec5, #d6a185, #b56c4a, #8c4b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f4e2, #e2cec5, #d6a185, #b56c4a, #8c4b3b);
}
Similar color palettes
Scroll down to explore 100+ Light color palettes
Whispers of Autumn color palette created on .