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: #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 con gradiente di sfondo 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 .