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