Pixel Art Color Palette

A limited retro palette of bold primary and secondary colors inspired by 8-bit and 16-bit pixel art. This nostalgic palette powers indie game design, retro-themed websites, and pixel art merchandise.

#FF004D

Vivid Red

RGB(255, 0, 77)

HSL(342, 100%, 50%)

#00E436

Vivid Green

RGB(0, 228, 54)

HSL(134, 100%, 45%)

#29ADFF

Vivid Blue

RGB(41, 173, 255)

HSL(203, 100%, 58%)

#FFF024

Vivid Yellow

RGB(255, 240, 36)

HSL(56, 100%, 57%)

#FF77A8

Pale Magenta

RGB(255, 119, 168)

HSL(338, 100%, 73%)

#1D2B53

Deep Blue

RGB(29, 43, 83)

HSL(224, 48%, 22%)

lightbulbBest Use Cases

  • checkIndie games
  • checkRetro websites
  • checkPixel merchandise

businessIndustries

  • checkGaming
  • checkCreative
Mood:nostalgic

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #FF004D;
  --color-2: #00E436;
  --color-3: #29ADFF;
  --color-4: #FFF024;
  --color-5: #FF77A8;
  --color-6: #1D2B53;
}

Tailwind CSS Config

colors: {
  'pixel-art-1': '#FF004D',
  'pixel-art-2': '#00E436',
  'pixel-art-3': '#29ADFF',
  'pixel-art-4': '#FFF024',
  'pixel-art-5': '#FF77A8',
  'pixel-art-6': '#1D2B53',
}
pixelretro8-bitgaminglimited

Want to Extract Colors from Your Own Images?

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

Try PaletteAI Free

Related Palettes