Paleta de colores Starlet Blush

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Starlet Blush palette

Compartir esta paleta en:

CSS de la paleta de colores Starlet Blush

/* CSS */
.color-1 {
color: #f4a4bf;
}
.color-2 {
color: #e9caa5;
}
.color-3 {
color: #d4beaf;
}
.color-4 {
color: #e3a1b1;
}
.color-5 {
color: #f1b1d1;
}

/* CSS Variables */
:root {
--color-1: #f4a4bf;
--color-2: #e9caa5;
--color-3: #d4beaf;
--color-4: #e3a1b1;
--color-5: #f1b1d1;
}

CSS del degradado de fondo Starlet Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4bf, #e9caa5, #d4beaf, #e3a1b1, #f1b1d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4bf, #e9caa5, #d4beaf, #e3a1b1, #f1b1d1);
}

Starlet Blush color palette created on .