Skip to content

Instantly share code, notes, and snippets.

@grenkoca
Created November 2, 2022 13:37
Show Gist options
  • Select an option

  • Save grenkoca/1832d5c55cae01102d9f30a40dd191b3 to your computer and use it in GitHub Desktop.

Select an option

Save grenkoca/1832d5c55cae01102d9f30a40dd191b3 to your computer and use it in GitHub Desktop.
A high ordinality color palette defined in hex code for matplotlib, seaborn, ggplot, or any other plotting software
COLORS_LARGE_PALLETE = [
'#0F4A9C', '#3F84AA', '#C9EBFB', '#8DB5CE', '#C594BF', '#DFCDE4',
'#B51D8D', '#6f347a', '#683612', '#B3793B', '#357A6F', '#989898',
'#CE778D', '#7F6874', '#E09D37', '#FACB12', '#2B6823', '#A0CC47',
'#77783C', '#EF4E22', '#AF1F26'
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment