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: #f6c6d2;
}
.color-2 {
color: #f1a7b1;
}
.color-3 {
color: #e57b9e;
}
.color-4 {
color: #d45e8b;
}
.color-5 {
color: #b54a7a;
}

/* CSS Variables */
:root {
--color-1: #f6c6d2;
--color-2: #f1a7b1;
--color-3: #e57b9e;
--color-4: #d45e8b;
--color-5: #b54a7a;
}

CSS con gradiente di sfondo Pink Coquette

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c6d2, #f1a7b1, #e57b9e, #d45e8b, #b54a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c6d2, #f1a7b1, #e57b9e, #d45e8b, #b54a7a);
}

Pink Coquette color palette created on .