Candy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Candy palette
Color Inspiration
Images that showcase this color palette in real designs
Download Candy Color Palette (PNG)
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);
}
Similar color palettes
Candy color palette created on .