Paleta de colores Blush Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blush Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Blush Elegance

/* CSS */
.color-1 {
color: #d19a89;
}
.color-2 {
color: #c49b87;
}
.color-3 {
color: #e4b5a0;
}
.color-4 {
color: #f2c5b5;
}
.color-5 {
color: #f2cfc0;
}

/* CSS Variables */
:root {
--color-1: #d19a89;
--color-2: #c49b87;
--color-3: #e4b5a0;
--color-4: #f2c5b5;
--color-5: #f2cfc0;
}

CSS del degradado de fondo Blush Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d19a89, #c49b87, #e4b5a0, #f2c5b5, #f2cfc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d19a89, #c49b87, #e4b5a0, #f2c5b5, #f2cfc0);
}

Blush Elegance color palette created on .