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: #f6a7b6;
}
.color-2 {
color: #f7c6a1;
}
.color-3 {
color: #f2e6a1;
}
.color-4 {
color: #b8e1f4;
}
.color-5 {
color: #a6d8e3;
}

/* CSS Variables */
:root {
--color-1: #f6a7b6;
--color-2: #f7c6a1;
--color-3: #f2e6a1;
--color-4: #b8e1f4;
--color-5: #a6d8e3;
}

CSS con gradiente di sfondo Cotton Candy Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b6, #f7c6a1, #f2e6a1, #b8e1f4, #a6d8e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b6, #f7c6a1, #f2e6a1, #b8e1f4, #a6d8e3);
}

Cotton Candy Dreams color palette created on .