Whispers of Autumn Woods Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Autumn Woods palette

Share this palette to:

Whispers of Autumn Woods color palette CSS

/* CSS */
.color-1 {
color: #e1ded6;
}
.color-2 {
color: #b7b3a9;
}
.color-3 {
color: #a0985a;
}
.color-4 {
color: #627f93;
}
.color-5 {
color: #7a7243;
}

/* CSS Variables */
:root {
--color-1: #e1ded6;
--color-2: #b7b3a9;
--color-3: #a0985a;
--color-4: #627f93;
--color-5: #7a7243;
}

Whispers of Autumn Woods background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1ded6, #b7b3a9, #a0985a, #627f93, #7a7243);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1ded6, #b7b3a9, #a0985a, #627f93, #7a7243);
}

Similar color palettes

Scroll down to explore 3 Soft beige color palettes

Whispers of Autumn Woods color palette created on .