Color Palette (Pico-8)

How to handle the Pico-8 palette - Palette

You cannot change the available color (RGB), and need to pick from the 32 available / 2. - How Can I Change the Pico 8 Palette?

# Palette Tools

palette

# Palettes

cf pal / 2

There are:

  • a draw palette (affect only draw operation)
  • a display palette affect everything regardless of draw history and buffer content
  • a secondary display palette - that can be set to affect only specific line on the screen (if rotate screen this will allow columns effect)

Secondary palette, can be used to:

gradiant

# Enabling 32 Colors

caption

# Color Mapping

mapping example

# Bitplanes

caption

# Semi Transparent effect

example

# Fade to black

# see also

# Others

caption

# Some palette Analysis

caption

Written on October 22, 2023, Last update on October 27, 2025
pico8 game-engine color palette