Paleta de colores Devil's Ember

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Devil's Ember palette

Compartir esta paleta en:

CSS de la paleta de colores Devil's Ember

/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffb700;
}
.color-4 {
color: #ffd642;
}
.color-5 {
color: #f9a824;
}

/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #ff6d1f;
--color-3: #ffb700;
--color-4: #ffd642;
--color-5: #f9a824;
}

CSS del degradado de fondo Devil's Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #ff6d1f, #ffb700, #ffd642, #f9a824);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #ff6d1f, #ffb700, #ffd642, #f9a824);
}

Devil's Ember color palette created on .