Paleta de colores Dragon's Ember Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dragon's Ember Glow palette

Compartir esta paleta en:

CSS de la paleta de colores Dragon's Ember Glow

/* 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 del degradado de fondo 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 .