Whispers of Autumn Light Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Autumn Light palette
Whispers of Autumn Light color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f7fafc;
}
.color-3 {
color: #e1c5a8;
}
.color-4 {
color: #ed892c;
}
.color-5 {
color: #8e847b;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f7fafc;
--color-3: #e1c5a8;
--color-4: #ed892c;
--color-5: #8e847b;
}
Whispers of Autumn Light background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f7fafc, #e1c5a8, #ed892c, #8e847b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f7fafc, #e1c5a8, #ed892c, #8e847b);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Whispers of Autumn Light color palette created on .