Candy Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Candy Dream palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Candy Dream

Download candy dream color palette PNG image (landscape)
Download candy dream color palette PNG image (square)

tavolozza dei colori Candy Dream CSS

/* CSS */
.color-1 {
color: #ff4d88;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff6d1f;
}

/* CSS Variables */
:root {
--color-1: #ff4d88;
--color-2: #00bdd6;
--color-3: #4cae4f;
--color-4: #ffd900;
--color-5: #ff6d1f;
}

CSS con gradiente di sfondo Candy Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d88, #00bdd6, #4cae4f, #ffd900, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d88, #00bdd6, #4cae4f, #ffd900, #ff6d1f);
}

Candy Dream color palette created on .