Skip to content

Instantly share code, notes, and snippets.

@marcelod
Forked from rzds/googleChartColors.js
Created November 22, 2017 23:37
Show Gist options
  • Save marcelod/5916a8e745b032683e3117490b700348 to your computer and use it in GitHub Desktop.
Save marcelod/5916a8e745b032683e3117490b700348 to your computer and use it in GitHub Desktop.
Google Chart Colors List
var googleChartColors = [
'#3366CC', '#DC3912', '#FF9900', '#109618',
'#990099', '#3B3EAC', '#0099C6', '#DD4477',
'#66AA00', '#B82E2E', '#316395', '#994499',
'#22AA99', '#AAAA11', '#6633CC', '#E67300',
'#8B0707', '#329262', '#5574A6', '#3B3EAC'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment