Paleta de colores Pink Cinderella

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Cinderella palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Cinderella

/* CSS */
.color-1 {
color: #fde2dd;
}
.color-2 {
color: #f2bad5;
}
.color-3 {
color: #eba2c9;
}
.color-4 {
color: #d68fbb;
}
.color-5 {
color: #c57da9;
}

/* CSS Variables */
:root {
--color-1: #fde2dd;
--color-2: #f2bad5;
--color-3: #eba2c9;
--color-4: #d68fbb;
--color-5: #c57da9;
}

CSS del degradado de fondo Pink Cinderella

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde2dd, #f2bad5, #eba2c9, #d68fbb, #c57da9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde2dd, #f2bad5, #eba2c9, #d68fbb, #c57da9);
}

Pink Cinderella color palette created on .