Whispers of Autumn Haze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Autumn Haze palette
Whispers of Autumn Haze color palette CSS
/* CSS */
.color-1 {
color: #c3d1da;
}
.color-2 {
color: #adab9f;
}
.color-3 {
color: #858080;
}
.color-4 {
color: #9a663c;
}
.color-5 {
color: #665c5e;
}
/* CSS Variables */
:root {
--color-1: #c3d1da;
--color-2: #adab9f;
--color-3: #858080;
--color-4: #9a663c;
--color-5: #665c5e;
}
Whispers of Autumn Haze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3d1da, #adab9f, #858080, #9a663c, #665c5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3d1da, #adab9f, #858080, #9a663c, #665c5e);
}
Similar color palettes
Scroll down to explore 7 Soft gray color palettes
Whispers of Autumn Haze color palette created on .