Autumn Emberwood Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Emberwood palette

Share this palette to:

Autumn Emberwood color palette CSS

/* CSS */
.color-1 {
color: #f1b74b;
}
.color-2 {
color: #e7a34b;
}
.color-3 {
color: #d68c43;
}
.color-4 {
color: #a75739;
}
.color-5 {
color: #8c3e26;
}

/* CSS Variables */
:root {
--color-1: #f1b74b;
--color-2: #e7a34b;
--color-3: #d68c43;
--color-4: #a75739;
--color-5: #8c3e26;
}

Autumn Emberwood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b74b, #e7a34b, #d68c43, #a75739, #8c3e26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b74b, #e7a34b, #d68c43, #a75739, #8c3e26);
}

Autumn Emberwood color palette created on .