Cotton Candy Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cotton Candy Dreams palette

Condividi questa palette a:

tavolozza dei colori Cotton Candy Dreams CSS

/* CSS */
.color-1 {
color: #f6a2be;
}
.color-2 {
color: #f9d9b4;
}
.color-3 {
color: #f6ea9d;
}
.color-4 {
color: #b6e2df;
}
.color-5 {
color: #9cb4e7;
}

/* CSS Variables */
:root {
--color-1: #f6a2be;
--color-2: #f9d9b4;
--color-3: #f6ea9d;
--color-4: #b6e2df;
--color-5: #9cb4e7;
}

CSS con gradiente di sfondo Cotton Candy Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2be, #f9d9b4, #f6ea9d, #b6e2df, #9cb4e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2be, #f9d9b4, #f6ea9d, #b6e2df, #9cb4e7);
}

Cotton Candy Dreams color palette created on .