Sunset Ember Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Ember Glow palette

Share this palette to:

Sunset Ember Glow color palette CSS

/* CSS */
.color-1 {
color: #d63f2e;
}
.color-2 {
color: #f46d2f;
}
.color-3 {
color: #faa700;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #fbefe4;
}

/* CSS Variables */
:root {
--color-1: #d63f2e;
--color-2: #f46d2f;
--color-3: #faa700;
--color-4: #f9c54e;
--color-5: #fbefe4;
}

Sunset Ember Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d63f2e, #f46d2f, #faa700, #f9c54e, #fbefe4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d63f2e, #f46d2f, #faa700, #f9c54e, #fbefe4);
}

Sunset Ember Glow color palette created on .