Candy Color Palette

Discover the beautiful Candy color palette featuring pink salmon (#ff85ad), chardonnay (#ffbf8f), kournikova (#ffed7a), picton blue (#33e0e6) and persian pink (#f76ec9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Peach, Yellow, Cyan, Magenta, Vibrant, Spring, Bright, Aesthetic, Fun color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Candy palette

Share this palette to:

💻 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 .