Skip to content

Instantly share code, notes, and snippets.

@rahulvigneswaran
Created March 16, 2022 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulvigneswaran/3d5c0ea46c96f05558db5e11c2553396 to your computer and use it in GitHub Desktop.
Save rahulvigneswaran/3d5c0ea46c96f05558db5e11c2553396 to your computer and use it in GitHub Desktop.
Nice color palattes for plotting
# 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