Sunlit Autumn Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunlit Autumn Whisper palette
Image Gallery

Sunlit Autumn Whisper color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #dfdabf;
}
.color-3 {
color: #ebc53d;
}
.color-4 {
color: #b6a886;
}
.color-5 {
color: #ce7d12;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #dfdabf;
--color-3: #ebc53d;
--color-4: #b6a886;
--color-5: #ce7d12;
}
Sunlit Autumn Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #dfdabf, #ebc53d, #b6a886, #ce7d12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #dfdabf, #ebc53d, #b6a886, #ce7d12);
}
Similar color palettes
Sunlit Autumn Whisper color palette created on .