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