Skip to content

Instantly share code, notes, and snippets.

@mikebmou
Created October 28, 2011 21:44
Show Gist options
  • Save mikebmou/1323655 to your computer and use it in GitHub Desktop.
Save mikebmou/1323655 to your computer and use it in GitHub Desktop.
The base color array for Google Charts.
.gc1 { color: #3366cc; }
.gc2 { color: #dc3912; }
.gc3 { color: #ff9900; }
.gc4 { color: #109618; }
.gc5 { color: #990099; }
.gc6 { color: #0099c6; }
.gc7 { color: #dd4477; }
.gc8 { color: #66aa00; }
.gc9 { color: #b82e2e; }
.gc10 { color: #316395; } - Remove from tablet array
.gc11 { color: #3366cc; }
.gc12 { color: #994499; }
.gc13 { color: #22aa99; }
.gc14 { color: #aaaa11; }
.gc15 { color: #6633cc; }
.gc16 { color: #e67300; }
.gc17 { color: #8b0707; }
.gc18 { color: #651067; }
.gc19 { color: #329262; }
.gc20 { color: #5574a6; }
.gc21 { color: #3b3eac; }
.gc22 { color: #b77322; }
.gc23 { color: #16d620; }
.gc24 { color: #b91383; }
.gc25 { color: #f4359e; }
.gc26 { color: #9c5935; }
.gc27 { color: #a9c413; }
.gc28 { color: #2a778d; }
.gc29 { color: #668d1c; }
.gc30 { color: #bea413; }
.gc31 { color: #0c5922; }
.gc32 { color: #743411; }
@Ivannnnn
Copy link

As an array:

["#3366cc","#dc3912","#ff9900","#109618","#990099","#0099c6","#dd4477","#66aa00","#b82e2e","#316395","#3366cc","#994499","#22aa99","#aaaa11","#6633cc","#e67300","#8b0707","#651067","#329262","#5574a6","#3b3eac","#b77322","#16d620","#b91383","#f4359e","#9c5935","#a9c413","#2a778d","#668d1c","#bea413","#0c5922","#743411"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment