Skip to content

Instantly share code, notes, and snippets.

@jacoduplessis
Created February 6, 2019 15:43
Show Gist options
  • Save jacoduplessis/6e57bff200d7edc836f3573bde9d0856 to your computer and use it in GitHub Desktop.
Save jacoduplessis/6e57bff200d7edc836f3573bde9d0856 to your computer and use it in GitHub Desktop.
List of 20 simple distinct colours
// 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