Paleta de colores Mystical Ember Dragon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mystical Ember Dragon palette

Compartir esta paleta en:

CSS de la paleta de colores Mystical Ember Dragon

/* CSS */
.color-1 {
color: #b93c7a;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #69bf9a;
}
.color-5 {
color: #292c33;
}

/* CSS Variables */
:root {
--color-1: #b93c7a;
--color-2: #f47b1f;
--color-3: #ffcb5c;
--color-4: #69bf9a;
--color-5: #292c33;
}

CSS del degradado de fondo Mystical Ember Dragon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b93c7a, #f47b1f, #ffcb5c, #69bf9a, #292c33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b93c7a, #f47b1f, #ffcb5c, #69bf9a, #292c33);
}

Mystical Ember Dragon color palette created on .