Pixel Retro

8-bit games, NES color palette nostalgia.

Pixel Retro — 5-color palette

#000000#1A1A2E#7B2CBF#E94560#F5F5F5

Hex codes

Hex
#000000
RGB
0, 0, 0
HSL
0°, 0%, 0%
Hex
#1A1A2E
RGB
26, 26, 46
HSL
240°, 28%, 14%
Hex
#7B2CBF
RGB
123, 44, 191
HSL
272°, 63%, 46%
Hex
#E94560
RGB
233, 69, 96
HSL
350°, 79%, 59%
Hex
#F5F5F5
RGB
245, 245, 245
HSL
0°, 0%, 96%

How to use this palette

The first color in Pixel Retro is the dominant tone — use it for primary surfaces and backgrounds. The middle three are the supporting palette: one warm, one cool, one neutral. The last is the accent — reserve it for highlights, calls-to-action, and emphasis.

For web projects, copy the CSS variables below. For print or illustration, use the hex codes directly. If you’re designing for accessibility, check the contrast between the text and background colors before you ship.

CSS
:root {
  --pixel-retro-1: #000000;
  --pixel-retro-2: #1A1A2E;
  --pixel-retro-3: #7B2CBF;
  --pixel-retro-4: #E94560;
  --pixel-retro-5: #F5F5F5;
}

More mood palettes