Paleta de colores Explosive Ember

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Explosive Ember palette

Compartir esta paleta en:

CSS de la paleta de colores Explosive Ember

/* CSS */
.color-1 {
color: #ffad33;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #d62e1f;
}
.color-5 {
color: #a30000;
}

/* CSS Variables */
:root {
--color-1: #ffad33;
--color-2: #ff6d1f;
--color-3: #ff3c00;
--color-4: #d62e1f;
--color-5: #a30000;
}

CSS del degradado de fondo Explosive Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffad33, #ff6d1f, #ff3c00, #d62e1f, #a30000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffad33, #ff6d1f, #ff3c00, #d62e1f, #a30000);
}

Explosive Ember color palette created on .