Playful Color Palette

Bright primary colors mixed with vibrant green and orange create pure fun. This energetic palette sparks joy in children's products, toy packaging, and playground design.

#FF4444

Vivid Red

RGB(255, 68, 68)

HSL(0, 100%, 63%)

#FFD700

Vivid Amber

RGB(255, 215, 0)

HSL(51, 100%, 50%)

#1E90FF

Vivid Blue

RGB(30, 144, 255)

HSL(210, 100%, 56%)

#32CD32

Green

RGB(50, 205, 50)

HSL(120, 61%, 50%)

#FF8C00

Vivid Vermilion

RGB(255, 140, 0)

HSL(33, 100%, 50%)

#FFFFFF

White

RGB(255, 255, 255)

HSL(0, 0%, 100%)

lightbulbBest Use Cases

  • checkChildren's products
  • checkToy packaging
  • checkPlayground design

businessIndustries

  • checkChildcare
  • checkEducation
Mood:joyful

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #FF4444;
  --color-2: #FFD700;
  --color-3: #1E90FF;
  --color-4: #32CD32;
  --color-5: #FF8C00;
  --color-6: #FFFFFF;
}

Tailwind CSS Config

colors: {
  'playful-1': '#FF4444',
  'playful-2': '#FFD700',
  'playful-3': '#1E90FF',
  'playful-4': '#32CD32',
  'playful-5': '#FF8C00',
  'playful-6': '#FFFFFF',
}
playfulbrightprimaryfuncheerful

Want to Extract Colors from Your Own Images?

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

Try PaletteAI Free

Related Palettes