Created
November 2, 2022 13:37
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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