Pink Coquette Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Coquette palette

Condividi questa palette a:

tavolozza dei colori Pink Coquette CSS

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