Whispers of Autumn Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Autumn Ember palette

Share this palette to:

Whispers of Autumn Ember color palette CSS

/* CSS */
.color-1 {
color: #c4b5bc;
}
.color-2 {
color: #b49897;
}
.color-3 {
color: #b67c5d;
}
.color-4 {
color: #977a78;
}
.color-5 {
color: #9e630a;
}

/* CSS Variables */
:root {
--color-1: #c4b5bc;
--color-2: #b49897;
--color-3: #b67c5d;
--color-4: #977a78;
--color-5: #9e630a;
}

Whispers of Autumn Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4b5bc, #b49897, #b67c5d, #977a78, #9e630a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4b5bc, #b49897, #b67c5d, #977a78, #9e630a);
}

Similar color palettes

Scroll down to explore 2 Mauve color palettes

Whispers of Autumn Ember color palette created on .