Autumn Ember Dance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Ember Dance palette

Share this palette to:

Autumn Ember Dance color palette CSS

/* CSS */
.color-1 {
color: #d57a2a;
}
.color-2 {
color: #e7a64b;
}
.color-3 {
color: #f4cf62;
}
.color-4 {
color: #f6c1a2;
}
.color-5 {
color: #f1a7ca;
}

/* CSS Variables */
:root {
--color-1: #d57a2a;
--color-2: #e7a64b;
--color-3: #f4cf62;
--color-4: #f6c1a2;
--color-5: #f1a7ca;
}

Autumn Ember Dance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d57a2a, #e7a64b, #f4cf62, #f6c1a2, #f1a7ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d57a2a, #e7a64b, #f4cf62, #f6c1a2, #f1a7ca);
}

Autumn Ember Dance color palette created on .