Pop Art Color Palette

Screaming yellow, hot pink, electric blue, and vivid green channel the energy of Warhol and Lichtenstein. This expressive palette powers gallery shows, comic-inspired graphics, and bold fashion prints.

#FFFF00

Vivid Yellow

RGB(255, 255, 0)

HSL(60, 100%, 50%)

#FF1493

Vivid Magenta

RGB(255, 20, 147)

HSL(328, 100%, 54%)

#0000FF

Vivid Indigo

RGB(0, 0, 255)

HSL(240, 100%, 50%)

#32CD32

Green

RGB(50, 205, 50)

HSL(120, 61%, 50%)

#FF6600

Vivid Vermilion

RGB(255, 102, 0)

HSL(24, 100%, 50%)

#FFFFFF

White

RGB(255, 255, 255)

HSL(0, 0%, 100%)

lightbulbBest Use Cases

  • checkGallery shows
  • checkComic graphics
  • checkFashion prints

businessIndustries

  • checkArt
  • checkFashion
Mood:expressive

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #FFFF00;
  --color-2: #FF1493;
  --color-3: #0000FF;
  --color-4: #32CD32;
  --color-5: #FF6600;
  --color-6: #FFFFFF;
}

Tailwind CSS Config

colors: {
  'pop-art-1': '#FFFF00',
  'pop-art-2': '#FF1493',
  'pop-art-3': '#0000FF',
  'pop-art-4': '#32CD32',
  'pop-art-5': '#FF6600',
  'pop-art-6': '#FFFFFF',
}
pop-artexpressiveloudcomicvivid

Want to Extract Colors from Your Own Images?

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

Try PaletteAI Free

Related Palettes