Paleta de colores Pink Clean Girl

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Clean Girl palette

Compartir esta paleta en:

Descargar la paleta de colores Pink Clean Girl (PNG)

Download pink clean girl color palette PNG image (landscape)
Download pink clean girl color palette PNG image (square)

CSS de la paleta de colores Pink Clean Girl

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f0e7d6;
}
.color-3 {
color: #e6c9b7;
}
.color-4 {
color: #d3a7b4;
}
.color-5 {
color: #cc8fb8;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0e7d6;
--color-3: #e6c9b7;
--color-4: #d3a7b4;
--color-5: #cc8fb8;
}

CSS del degradado de fondo Pink Clean Girl

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0e7d6, #e6c9b7, #d3a7b4, #cc8fb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0e7d6, #e6c9b7, #d3a7b4, #cc8fb8);
}

Pink Clean Girl color palette created on .