Autumn Whisper Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Whisper Tones palette
Autumn Whisper Tones color palette CSS
/* CSS */
.color-1 {
color: #d2d1d0;
}
.color-2 {
color: #beb7a7;
}
.color-3 {
color: #9a958d;
}
.color-4 {
color: #c7773d;
}
.color-5 {
color: #7d7368;
}
/* CSS Variables */
:root {
--color-1: #d2d1d0;
--color-2: #beb7a7;
--color-3: #9a958d;
--color-4: #c7773d;
--color-5: #7d7368;
}
Autumn Whisper Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2d1d0, #beb7a7, #9a958d, #c7773d, #7d7368);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2d1d0, #beb7a7, #9a958d, #c7773d, #7d7368);
}
Similar color palettes
Scroll down to explore 9 Soft gray color palettes
Autumn Whisper Tones color palette created on .