Created
October 28, 2011 15:35
-
-
Save mikebmou/1322557 to your computer and use it in GitHub Desktop.
Google Charts Base Color Array
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
| // Google Charts Base Color Array | |
| .gc1 { color: #3366cc !important; } | |
| .gc2 { color: #dc3912 !important; } | |
| .gc3 { color: #ff9900 !important; } | |
| .gc4 { color: #109618 !important; } | |
| .gc5 { color: #990099 !important; } | |
| .gc6 { color: #0099c6 !important; } | |
| .gc7 { color: #dd4477 !important; } | |
| .gc8 { color: #66aa00 !important; } | |
| .gc9 { color: #b82e2e !important; } | |
| .gc10 { color: #316395 !important; } | |
| .gc11 { color: #3366cc !important; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment