Autumn Embers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Embers palette

Share this palette to:

Autumn Embers color palette CSS

/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #8d5b44;
}
.color-3 {
color: #d1a67a;
}
.color-4 {
color: #f2d8a1;
}
.color-5 {
color: #e4b29b;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #8d5b44;
--color-3: #d1a67a;
--color-4: #f2d8a1;
--color-5: #e4b29b;
}

Autumn Embers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #8d5b44, #d1a67a, #f2d8a1, #e4b29b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #8d5b44, #d1a67a, #f2d8a1, #e4b29b);
}

Autumn Embers color palette created on .