Created
February 6, 2019 15:43
-
-
Save jacoduplessis/6e57bff200d7edc836f3573bde9d0856 to your computer and use it in GitHub Desktop.
List of 20 simple distinct colours
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
// from https://sashat.me/2017/01/11/list-of-20-simple-distinct-colors/ | |
var categoricalColors = [ | |
'#e6194B', | |
'#3cb44b', | |
'#ffe119', | |
'#4363d8', | |
'#f58231', | |
'#911eb4', | |
'#42d4f4', | |
'#f032e6', | |
'#bfef45', | |
'#fabebe', | |
'#469990', | |
'#e6beff', | |
'#9A6324', | |
'#fffac8', | |
'#800000', | |
'#aaffc3', | |
'#808000', | |
'#ffd8b1', | |
'#000075', | |
'#a9a9a9', | |
'#ffffff', | |
'#000000' | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment