Autumn Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Whisper palette
Autumn Whisper color palette CSS
/* CSS */
.color-1 {
color: #a9c8a3;
}
.color-2 {
color: #e4d1a5;
}
.color-3 {
color: #f5b85b;
}
.color-4 {
color: #e57e3e;
}
.color-5 {
color: #c94b3b;
}
/* CSS Variables */
:root {
--color-1: #a9c8a3;
--color-2: #e4d1a5;
--color-3: #f5b85b;
--color-4: #e57e3e;
--color-5: #c94b3b;
}
Autumn Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c8a3, #e4d1a5, #f5b85b, #e57e3e, #c94b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c8a3, #e4d1a5, #f5b85b, #e57e3e, #c94b3b);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Autumn Whisper color palette created on .