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: #f4a4bf;
}
.color-2 {
color: #e09ab0;
}
.color-3 {
color: #d58b9d;
}
.color-4 {
color: #c77a8d;
}
.color-5 {
color: #b76c80;
}

/* CSS Variables */
:root {
--color-1: #f4a4bf;
--color-2: #e09ab0;
--color-3: #d58b9d;
--color-4: #c77a8d;
--color-5: #b76c80;
}

CSS del degradado de fondo Blushing Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4bf, #e09ab0, #d58b9d, #c77a8d, #b76c80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4bf, #e09ab0, #d58b9d, #c77a8d, #b76c80);
}

Blushing Elegance color palette created on .