Paleta de colores Embers and Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Embers and Glow palette

Compartir esta paleta en:

CSS de la paleta de colores Embers and Glow

/* CSS */
.color-1 {
color: #c2442e;
}
.color-2 {
color: #dd7c31;
}
.color-3 {
color: #e9b053;
}
.color-4 {
color: #eed591;
}
.color-5 {
color: #71432d;
}

/* CSS Variables */
:root {
--color-1: #c2442e;
--color-2: #dd7c31;
--color-3: #e9b053;
--color-4: #eed591;
--color-5: #71432d;
}

CSS del degradado de fondo Embers and Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2442e, #dd7c31, #e9b053, #eed591, #71432d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2442e, #dd7c31, #e9b053, #eed591, #71432d);
}

Embers and Glow color palette created on .