Candy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Candy palette

Share this palette to:

Candy color palette PNG image

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

Candy color palette CSS

/* CSS */
.color-1 {
color: #ff85ad;
}
.color-2 {
color: #ffbf8f;
}
.color-3 {
color: #ffed7a;
}
.color-4 {
color: #33e0e6;
}
.color-5 {
color: #f76ec9;
}

/* CSS Variables */
:root {
--color-1: #ff85ad;
--color-2: #ffbf8f;
--color-3: #ffed7a;
--color-4: #33e0e6;
--color-5: #f76ec9;
}

Candy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff85ad, #ffbf8f, #ffed7a, #33e0e6, #f76ec9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff85ad, #ffbf8f, #ffed7a, #33e0e6, #f76ec9);
}

Candy color palette created on .