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: #f0a800;
}
.color-2 {
color: #d57a39;
}
.color-3 {
color: #6c9a4c;
}
.color-4 {
color: #fae4d1;
}
.color-5 {
color: #4c4d4c;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #d57a39;
--color-3: #6c9a4c;
--color-4: #fae4d1;
--color-5: #4c4d4c;
}
Autumn Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #d57a39, #6c9a4c, #fae4d1, #4c4d4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #d57a39, #6c9a4c, #fae4d1, #4c4d4c);
}
Similar color palettes
Autumn Whisper color palette created on .