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: #fde8ee;
}
.color-2 {
color: #fdd8dd;
}
.color-3 {
color: #fdc9d0;
}
.color-4 {
color: #fab7c6;
}
.color-5 {
color: #f5a8ba;
}

/* CSS Variables */
:root {
--color-1: #fde8ee;
--color-2: #fdd8dd;
--color-3: #fdc9d0;
--color-4: #fab7c6;
--color-5: #f5a8ba;
}

CSS del degradado de fondo Pink Coquette

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde8ee, #fdd8dd, #fdc9d0, #fab7c6, #f5a8ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde8ee, #fdd8dd, #fdc9d0, #fab7c6, #f5a8ba);
}

Pink Coquette color palette created on .