Dragon's Ember Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dragon's Ember Glow palette

Share this palette to:

Dragon's Ember Glow color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff8e3d;
}
.color-3 {
color: #ffb86b;
}
.color-4 {
color: #f8d77c;
}
.color-5 {
color: #f9c9a4;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff8e3d;
--color-3: #ffb86b;
--color-4: #f8d77c;
--color-5: #f9c9a4;
}

Dragon's Ember Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff8e3d, #ffb86b, #f8d77c, #f9c9a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff8e3d, #ffb86b, #f8d77c, #f9c9a4);
}

Dragon's Ember Glow color palette created on .