Paleta de colores Pink Coquette

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Coquette palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Coquette

/* CSS */
.color-1 {
color: #f7b1b4;
}
.color-2 {
color: #f4c3d6;
}
.color-3 {
color: #e7a6c6;
}
.color-4 {
color: #dab2e0;
}
.color-5 {
color: #d8c3ea;
}

/* CSS Variables */
:root {
--color-1: #f7b1b4;
--color-2: #f4c3d6;
--color-3: #e7a6c6;
--color-4: #dab2e0;
--color-5: #d8c3ea;
}

CSS del degradado de fondo Pink Coquette

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1b4, #f4c3d6, #e7a6c6, #dab2e0, #d8c3ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1b4, #f4c3d6, #e7a6c6, #dab2e0, #d8c3ea);
}

Pink Coquette color palette created on .