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: #f4b8c3;
}
.color-3 {
color: #ef9fb4;
}
.color-4 {
color: #e76a98;
}
.color-5 {
color: #d94a7a;
}

/* CSS Variables */
:root {
--color-1: #fde2dd;
--color-2: #f4b8c3;
--color-3: #ef9fb4;
--color-4: #e76a98;
--color-5: #d94a7a;
}

CSS del degradado de fondo Pink Cinderella

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde2dd, #f4b8c3, #ef9fb4, #e76a98, #d94a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde2dd, #f4b8c3, #ef9fb4, #e76a98, #d94a7a);
}

Pink Cinderella color palette created on .