Autumn's Golden Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn's Golden Ember palette

Share this palette to:

Autumn's Golden Ember color palette CSS

/* CSS */
.color-1 {
color: #fed795;
}
.color-2 {
color: #fba418;
}
.color-3 {
color: #d58d30;
}
.color-4 {
color: #e77d04;
}
.color-5 {
color: #c15101;
}

/* CSS Variables */
:root {
--color-1: #fed795;
--color-2: #fba418;
--color-3: #d58d30;
--color-4: #e77d04;
--color-5: #c15101;
}

Autumn's Golden Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fed795, #fba418, #d58d30, #e77d04, #c15101);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fed795, #fba418, #d58d30, #e77d04, #c15101);
}

Autumn's Golden Ember color palette created on .