Paleta de colores Pink Cream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Cream palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Pink Cream

Download pink cream color palette PNG image (landscape)
Download pink cream color palette PNG image (square)

CSS de la paleta de colores Pink Cream

/* CSS */
.color-1 {
color: #f8e2d3;
}
.color-2 {
color: #f4b8c4;
}
.color-3 {
color: #e5a4b1;
}
.color-4 {
color: #b47499;
}
.color-5 {
color: #704d7a;
}

/* CSS Variables */
:root {
--color-1: #f8e2d3;
--color-2: #f4b8c4;
--color-3: #e5a4b1;
--color-4: #b47499;
--color-5: #704d7a;
}

CSS del degradado de fondo Pink Cream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2d3, #f4b8c4, #e5a4b1, #b47499, #704d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2d3, #f4b8c4, #e5a4b1, #b47499, #704d7a);
}

Pink Cream color palette created on .