Paleta de colores Pink Creams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Creams palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Creams

/* CSS */
.color-1 {
color: #f8b9ce;
}
.color-2 {
color: #f4c3b3;
}
.color-3 {
color: #e9b79f;
}
.color-4 {
color: #f7d3b6;
}
.color-5 {
color: #f2e1d9;
}

/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #f4c3b3;
--color-3: #e9b79f;
--color-4: #f7d3b6;
--color-5: #f2e1d9;
}

CSS del degradado de fondo Pink Creams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #f4c3b3, #e9b79f, #f7d3b6, #f2e1d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #f4c3b3, #e9b79f, #f7d3b6, #f2e1d9);
}

Pink Creams color palette created on .