Whispers of Autumn Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Autumn Gold palette

Share this palette to:

Whispers of Autumn Gold color palette CSS

/* CSS */
.color-1 {
color: #d1c7bd;
}
.color-2 {
color: #c9c0b5;
}
.color-3 {
color: #bcb3a9;
}
.color-4 {
color: #aea69e;
}
.color-5 {
color: #dc9b50;
}

/* CSS Variables */
:root {
--color-1: #d1c7bd;
--color-2: #c9c0b5;
--color-3: #bcb3a9;
--color-4: #aea69e;
--color-5: #dc9b50;
}

Whispers of Autumn Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c7bd, #c9c0b5, #bcb3a9, #aea69e, #dc9b50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c7bd, #c9c0b5, #bcb3a9, #aea69e, #dc9b50);
}

Similar color palettes

Scroll down to explore 2 Earthy tones color palettes

Whispers of Autumn Gold color palette created on .