Candy Coated Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Candy Coated Dreams palette

Condividi questa palette a:

tavolozza dei colori Candy Coated Dreams CSS

/* CSS */
.color-1 {
color: #f7a1b5;
}
.color-2 {
color: #f9c78b;
}
.color-3 {
color: #f2e469;
}
.color-4 {
color: #89d7e6;
}
.color-5 {
color: #3b8b8c;
}

/* CSS Variables */
:root {
--color-1: #f7a1b5;
--color-2: #f9c78b;
--color-3: #f2e469;
--color-4: #89d7e6;
--color-5: #3b8b8c;
}

CSS con gradiente di sfondo Candy Coated Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b5, #f9c78b, #f2e469, #89d7e6, #3b8b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b5, #f9c78b, #f2e469, #89d7e6, #3b8b8c);
}

Candy Coated Dreams color palette created on .