Created
March 16, 2022 11:20
-
-
Save rahulvigneswaran/3d5c0ea46c96f05558db5e11c2553396 to your computer and use it in GitHub Desktop.
Nice color palattes for plotting
This file contains 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
# From Polyfjord - https://youtu.be/Q9IRHmfGDrU?t=17 | |
names = ["gold", | |
"chilli_pepper", | |
"crystal_blue", | |
"aquamarine", | |
"army_green", | |
"neon_yellow", | |
"caramel", | |
"pumpkin_orange", | |
"rose_gold", | |
"hot_deep_pink", | |
"magenta", | |
"cotton_candy", | |
"deep_emerald_green", | |
"salmon", | |
"bronze", | |
"lavender_blue", | |
"egg_shell", | |
"brown_sand", | |
"slime_green", | |
"polyfjord_blue", | |
] | |
hex_codes = ["#FFD700", | |
"#C11B17", | |
"#5CB3FF", | |
"#7FFFD4", | |
"#4B5320", | |
"#FFFF33", | |
"#C68E17", | |
"#F87217", | |
"#ECC5C0", | |
"#F52887", | |
"#FF00FF", | |
"#FCDFFF", | |
"#046307", | |
"#CD7F32", | |
"#FA8072", | |
"#E3E4FA", | |
"#FFF9E3", | |
"#EE9A4D", | |
"#BCE954", | |
"#78C0FF", | |
] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment