Pink Cotton Candy Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Cotton Candy palette

Condividi questa palette a:

tavolozza dei colori Pink Cotton Candy CSS

/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #ffc2cf;
}
.color-3 {
color: #ffb8c1;
}
.color-4 {
color: #f9d6a4;
}
.color-5 {
color: #d0afc5;
}

/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #ffc2cf;
--color-3: #ffb8c1;
--color-4: #f9d6a4;
--color-5: #d0afc5;
}

CSS con gradiente di sfondo Pink Cotton Candy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #ffc2cf, #ffb8c1, #f9d6a4, #d0afc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #ffc2cf, #ffb8c1, #f9d6a4, #d0afc5);
}

Pink Cotton Candy color palette created on .