Cotton Candy Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cotton Candy Dream palette

Condividi questa palette a:

tavolozza dei colori Cotton Candy Dream CSS

/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ff9d80;
}
.color-5 {
color: #ff4281;
}

/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #ff9d80;
--color-5: #ff4281;
}

CSS con gradiente di sfondo Cotton Candy Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff6e61, #ffb84d, #ff9d80, #ff4281);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff6e61, #ffb84d, #ff9d80, #ff4281);
}

Cotton Candy Dream color palette created on .