Whispers of Autumn Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Autumn Hues palette
Whispers of Autumn Hues color palette CSS
/* CSS */
.color-1 {
color: #dcccb7;
}
.color-2 {
color: #dda173;
}
.color-3 {
color: #a4adac;
}
.color-4 {
color: #ba805e;
}
.color-5 {
color: #83806d;
}
/* CSS Variables */
:root {
--color-1: #dcccb7;
--color-2: #dda173;
--color-3: #a4adac;
--color-4: #ba805e;
--color-5: #83806d;
}
Whispers of Autumn Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcccb7, #dda173, #a4adac, #ba805e, #83806d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcccb7, #dda173, #a4adac, #ba805e, #83806d);
}
Similar color palettes
Scroll down to explore 1 Soft beige color palette
Whispers of Autumn Hues color palette created on .