Paleta de colores Blushing Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Blushing Elegance

/* CSS */
.color-1 {
color: #f8d5d3;
}
.color-2 {
color: #f1a7ae;
}
.color-3 {
color: #eab3c6;
}
.color-4 {
color: #e7b1d7;
}
.color-5 {
color: #f4c3e0;
}

/* CSS Variables */
:root {
--color-1: #f8d5d3;
--color-2: #f1a7ae;
--color-3: #eab3c6;
--color-4: #e7b1d7;
--color-5: #f4c3e0;
}

CSS del degradado de fondo Blushing Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d5d3, #f1a7ae, #eab3c6, #e7b1d7, #f4c3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d5d3, #f1a7ae, #eab3c6, #e7b1d7, #f4c3e0);
}

Blushing Elegance color palette created on .