Autumn Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Ember palette

Share this palette to:

Autumn Ember color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f05b05;
}
.color-3 {
color: #db5000;
}
.color-4 {
color: #b83d00;
}
.color-5 {
color: #7a2b00;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f05b05;
--color-3: #db5000;
--color-4: #b83d00;
--color-5: #7a2b00;
}

Autumn Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f05b05, #db5000, #b83d00, #7a2b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f05b05, #db5000, #b83d00, #7a2b00);
}

Autumn Ember color palette created on .