Paleta de colores Blushing Embers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Embers palette

Compartir esta paleta en:

CSS de la paleta de colores Blushing Embers

/* CSS */
.color-1 {
color: #f4a4b1;
}
.color-2 {
color: #e76a89;
}
.color-3 {
color: #d24669;
}
.color-4 {
color: #b72a5b;
}
.color-5 {
color: #a12b4c;
}

/* CSS Variables */
:root {
--color-1: #f4a4b1;
--color-2: #e76a89;
--color-3: #d24669;
--color-4: #b72a5b;
--color-5: #a12b4c;
}

CSS del degradado de fondo Blushing Embers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4b1, #e76a89, #d24669, #b72a5b, #a12b4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4b1, #e76a89, #d24669, #b72a5b, #a12b4c);
}

Blushing Embers color palette created on .