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: #a7988b;
}
.color-2 {
color: #8b9cac;
}
.color-3 {
color: #a77762;
}
.color-4 {
color: #76787f;
}
.color-5 {
color: #e02e31;
}

/* CSS Variables */
:root {
--color-1: #a7988b;
--color-2: #8b9cac;
--color-3: #a77762;
--color-4: #76787f;
--color-5: #e02e31;
}

Whispers of Autumn Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7988b, #8b9cac, #a77762, #76787f, #e02e31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7988b, #8b9cac, #a77762, #76787f, #e02e31);
}

Whispers of Autumn Ember color palette created on .