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: #ffb3d1;
}
.color-2 {
color: #ff75b1;
}
.color-3 {
color: #ff7092;
}
.color-4 {
color: #ff4d6d;
}
.color-5 {
color: #ff2e54;
}

/* CSS Variables */
:root {
--color-1: #ffb3d1;
--color-2: #ff75b1;
--color-3: #ff7092;
--color-4: #ff4d6d;
--color-5: #ff2e54;
}

CSS con gradiente di sfondo Pink Cotton Candy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d1, #ff75b1, #ff7092, #ff4d6d, #ff2e54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d1, #ff75b1, #ff7092, #ff4d6d, #ff2e54);
}

Pink Cotton Candy color palette created on .