Candy Color Palette

Discover the beautiful Candy color palette featuring tickle me pink (#ff84ad), chardonnay (#ffc190), kournikova (#ffee79), picton blue (#33dfe6) and persian pink (#f770cb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Cyan, Fun, Magenta, Peach, Pink, Spring, Vibrant, Yellow 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: #ff84ad;
}
.color-2 {
color: #ffc190;
}
.color-3 {
color: #ffee79;
}
.color-4 {
color: #33dfe6;
}
.color-5 {
color: #f770cb;
}

/* CSS Variables */
:root {
--color-1: #ff84ad;
--color-2: #ffc190;
--color-3: #ffee79;
--color-4: #33dfe6;
--color-5: #f770cb;
}

🌈 Candy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff84ad, #ffc190, #ffee79, #33dfe6, #f770cb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff84ad, #ffc190, #ffee79, #33dfe6, #f770cb);
}

Candy color palette created on .