Pink Coquette Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Coquette palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Pink Coquette

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

tavolozza dei colori Pink Coquette CSS

/* 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 con gradiente di sfondo 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 .