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: #fffafd;
}
.color-2 {
color: #fff5f8;
}
.color-3 {
color: #fff3f0;
}
.color-4 {
color: #fffaf0;
}
.color-5 {
color: #fffdf0;
}

/* CSS Variables */
:root {
--color-1: #fffafd;
--color-2: #fff5f8;
--color-3: #fff3f0;
--color-4: #fffaf0;
--color-5: #fffdf0;
}

CSS del degradado de fondo Pink Coquette

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fffafd, #fff5f8, #fff3f0, #fffaf0, #fffdf0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fffafd, #fff5f8, #fff3f0, #fffaf0, #fffdf0);
}

Pink Coquette color palette created on .