Autumn Ember Grove Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Ember Grove palette

Share this palette to:

Autumn Ember Grove color palette CSS

/* CSS */
.color-1 {
color: #d34d3c;
}
.color-2 {
color: #f39c12;
}
.color-3 {
color: #f2d70d;
}
.color-4 {
color: #a3cc3e;
}
.color-5 {
color: #4b8b2d;
}

/* CSS Variables */
:root {
--color-1: #d34d3c;
--color-2: #f39c12;
--color-3: #f2d70d;
--color-4: #a3cc3e;
--color-5: #4b8b2d;
}

Autumn Ember Grove background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d34d3c, #f39c12, #f2d70d, #a3cc3e, #4b8b2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d34d3c, #f39c12, #f2d70d, #a3cc3e, #4b8b2d);
}

Autumn Ember Grove color palette created on .