Skip to content

Instantly share code, notes, and snippets.

@irismessage
Created August 19, 2022 19:45
Show Gist options
  • Select an option

  • Save irismessage/9ba8f1c31f688e0d2214ebf00010cc35 to your computer and use it in GitHub Desktop.

Select an option

Save irismessage/9ba8f1c31f688e0d2214ebf00010cc35 to your computer and use it in GitHub Desktop.
PICO-8 colour palette python dict
# feel free to use
palette_pico8 = {
0: '000000',
1: '1D2B53',
2: '7E2553',
3: '008751',
4: 'AB5236',
5: '5F574F',
6: 'C2C3C7',
7: 'FFF1E8',
8: 'FF004D',
9: 'FFA300',
10: 'FFEC27',
11: '00E436',
12: '29ADFF',
13: '83769C',
14: 'FF77A8',
15: 'FFCCAA',
128: '291814',
129: '111D35',
130: '422136',
131: '125359',
132: '742F29',
133: '49333B',
134: 'A28879',
135: 'F3EF7D',
136: 'BE1250',
137: 'FF6C24',
138: 'A8E72E',
139: '00B543',
140: '065AB5',
141: '754665',
142: 'FF6E59',
143: 'FF9D81',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment