Whispers of Autumn Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Autumn Elegance palette
Whispers of Autumn Elegance color palette CSS
/* CSS */
.color-1 {
color: #e4e3e8;
}
.color-2 {
color: #d5cecd;
}
.color-3 {
color: #cdb8ac;
}
.color-4 {
color: #dfa049;
}
.color-5 {
color: #b49e93;
}
/* CSS Variables */
:root {
--color-1: #e4e3e8;
--color-2: #d5cecd;
--color-3: #cdb8ac;
--color-4: #dfa049;
--color-5: #b49e93;
}
Whispers of Autumn Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4e3e8, #d5cecd, #cdb8ac, #dfa049, #b49e93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4e3e8, #d5cecd, #cdb8ac, #dfa049, #b49e93);
}
Similar color palettes
Whispers of Autumn Elegance color palette created on .