Autumn Emberstone Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Emberstone palette

Share this palette to:

Autumn Emberstone color palette CSS

/* CSS */
.color-1 {
color: #d2512d;
}
.color-2 {
color: #f9a65d;
}
.color-3 {
color: #fbcf89;
}
.color-4 {
color: #e1d8a8;
}
.color-5 {
color: #895b29;
}

/* CSS Variables */
:root {
--color-1: #d2512d;
--color-2: #f9a65d;
--color-3: #fbcf89;
--color-4: #e1d8a8;
--color-5: #895b29;
}

Autumn Emberstone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2512d, #f9a65d, #fbcf89, #e1d8a8, #895b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2512d, #f9a65d, #fbcf89, #e1d8a8, #895b29);
}

Autumn Emberstone color palette created on .