Autumn Ember Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Ember Serenade palette

Share this palette to:

Autumn Ember Serenade color palette CSS

/* CSS */
.color-1 {
color: #beacb1;
}
.color-2 {
color: #ac8980;
}
.color-3 {
color: #af6e0e;
}
.color-4 {
color: #826359;
}
.color-5 {
color: #7f4c15;
}

/* CSS Variables */
:root {
--color-1: #beacb1;
--color-2: #ac8980;
--color-3: #af6e0e;
--color-4: #826359;
--color-5: #7f4c15;
}

Autumn Ember Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #beacb1, #ac8980, #af6e0e, #826359, #7f4c15);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #beacb1, #ac8980, #af6e0e, #826359, #7f4c15);
}

Autumn Ember Serenade color palette created on .