Candy Color Palette

Bubblegum pink, bright turquoise, lemon yellow, and tangy orange create a sweet, playful candy-shop palette. This sugary combination brightens candy packaging, party invitations, and children's game UIs.

#FF69B4

Pale Magenta

RGB(255, 105, 180)

HSL(330, 100%, 71%)

#00CED1

Vivid Cyan

RGB(0, 206, 209)

HSL(181, 100%, 41%)

#FFFF66

Pale Yellow

RGB(255, 255, 102)

HSL(60, 100%, 70%)

#FF6347

Vivid Red

RGB(255, 99, 71)

HSL(9, 100%, 64%)

#7FFF00

Vivid Green

RGB(127, 255, 0)

HSL(90, 100%, 50%)

#FFFFFF

White

RGB(255, 255, 255)

HSL(0, 0%, 100%)

lightbulbBest Use Cases

  • checkCandy packaging
  • checkParty invitations
  • checkChildren's games

businessIndustries

  • checkFood & Beverage
  • checkEntertainment
Mood:sweet

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #FF69B4;
  --color-2: #00CED1;
  --color-3: #FFFF66;
  --color-4: #FF6347;
  --color-5: #7FFF00;
  --color-6: #FFFFFF;
}

Tailwind CSS Config

colors: {
  'candy-1': '#FF69B4',
  'candy-2': '#00CED1',
  'candy-3': '#FFFF66',
  'candy-4': '#FF6347',
  'candy-5': '#7FFF00',
  'candy-6': '#FFFFFF',
}
candysweetbrightplayfulcolorful

Want to Extract Colors from Your Own Images?

Upload any photo and get a custom color palette instantly — free.

Try PaletteAI Free

Related Palettes