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: #a4d7df;
}
.color-2 {
color: #b1e0e7;
}
.color-3 {
color: #b5e8e4;
}
.color-4 {
color: #e0b1e7;
}
.color-5 {
color: #f1c6d7;
}

/* CSS Variables */
:root {
--color-1: #a4d7df;
--color-2: #b1e0e7;
--color-3: #b5e8e4;
--color-4: #e0b1e7;
--color-5: #f1c6d7;
}

CSS con gradiente di sfondo Cotton Candy Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d7df, #b1e0e7, #b5e8e4, #e0b1e7, #f1c6d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d7df, #b1e0e7, #b5e8e4, #e0b1e7, #f1c6d7);
}

Cotton Candy Dreams color palette created on .