Dragon's Ember Glow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Dragon's Ember Glow palette

Condividi questa palette a:

tavolozza dei colori Dragon's Ember Glow 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;
}

CSS con gradiente di sfondo Dragon's Ember Glow

/* 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 .