Last active
March 4, 2017 09:57
-
-
Save syaffers/7c429c17be7445d4f364069c37d31163 to your computer and use it in GitHub Desktop.
d3 categorical colors in HEX format
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
{ | |
"category10": [ | |
"#1f77b4", | |
"#ff7f0e", | |
"#2ca02c", | |
"#d62728", | |
"#9467bd", | |
"#8c564b", | |
"#e377c2", | |
"#7f7f7f", | |
"#bcbd22", | |
"#17becf" | |
], | |
"google10c": [ | |
"#3366cc", | |
"#dc3912", | |
"#ff9900", | |
"#109618", | |
"#990099", | |
"#0099c6", | |
"#dd4477", | |
"#66aa00", | |
"#b82e2e", | |
"#316395" | |
], | |
"category20": [ | |
"#1f77b4", | |
"#aec7e8", | |
"#ff7f0e", | |
"#ffbb78", | |
"#2ca02c", | |
"#98df8a", | |
"#d62728", | |
"#ff9896", | |
"#9467bd", | |
"#c5b0d5", | |
"#8c564b", | |
"#c49c94", | |
"#e377c2", | |
"#f7b6d2", | |
"#7f7f7f", | |
"#c7c7c7", | |
"#bcbd22", | |
"#dbdb8d", | |
"#17becf", | |
"#9edae5" | |
], | |
"category20b": [ | |
"#393b79", | |
"#5254a3", | |
"#6b6ecf", | |
"#9c9ede", | |
"#637939", | |
"#8ca252", | |
"#b5cf6b", | |
"#cedb9c", | |
"#8c6d31", | |
"#bd9e39", | |
"#e7ba52", | |
"#e7cb94", | |
"#843c39", | |
"#ad494a", | |
"#d6616b", | |
"#e7969c", | |
"#7b4173", | |
"#a55194", | |
"#ce6dbd", | |
"#de9ed6" | |
], | |
"category20c": [ | |
"#3182bd", | |
"#6baed6", | |
"#9ecae1", | |
"#c6dbef", | |
"#e6550d", | |
"#fd8d3c", | |
"#fdae6b", | |
"#fdd0a2", | |
"#31a354", | |
"#74c476", | |
"#a1d99b", | |
"#c7e9c0", | |
"#756bb1", | |
"#9e9ac8", | |
"#bcbddc", | |
"#dadaeb", | |
"#636363", | |
"#969696", | |
"#bdbdbd", | |
"#d9d9d9" | |
], | |
"google20c": [ | |
"#3366cc", | |
"#dc3912", | |
"#ff9900", | |
"#109618", | |
"#990099", | |
"#0099c6", | |
"#dd4477", | |
"#66aa00", | |
"#b82e2e", | |
"#316395", | |
"#994499", | |
"#22aa99", | |
"#aaaa11", | |
"#6633cc", | |
"#e67300", | |
"#8b0707", | |
"#651067", | |
"#329262", | |
"#5574a6", | |
"#3b3eac" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment