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: #d6f0e4;
}
.color-2 {
color: #ecc3a1;
}
.color-3 {
color: #f3af81;
}
.color-4 {
color: #7f8790;
}
.color-5 {
color: #a8674d;
}
/* CSS Variables */
:root {
--color-1: #d6f0e4;
--color-2: #ecc3a1;
--color-3: #f3af81;
--color-4: #7f8790;
--color-5: #a8674d;
}
Whispers of Autumn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6f0e4, #ecc3a1, #f3af81, #7f8790, #a8674d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6f0e4, #ecc3a1, #f3af81, #7f8790, #a8674d);
}
Similar color palettes
Scroll down to explore 1 Soft teal color palette
Whispers of Autumn color palette created on .