Skip to content

Instantly share code, notes, and snippets.

@jsundram
Created April 3, 2012 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsundram/2295845 to your computer and use it in GitHub Desktop.
Save jsundram/2295845 to your computer and use it in GitHub Desktop.
D3 colors for processing.js
color[] d3_10 = [#1f77b4, #ff7f0e, #2ca02c, #d62728, #9467bd, #8c564b, #e377c2, #7f7f7f, #bcbd22, #17becf];
color[] d3_20 = [#1f77b4, #aec7e8, #ff7f0e, #ffbb78, #2ca02c, #98df8a, #d62728, #ff9896, #9467bd, #c5b0d5, #8c564b, #c49c94, #e377c2, #f7b6d2, #7f7f7f, #c7c7c7, #bcbd22, #dbdb8d, #17becf, #9edae5];
color[] d3_20b = [#393b79, #5254a3, #6b6ecf, #9c9ede, #637939, #8ca252, #b5cf6b, #cedb9c, #8c6d31, #bd9e39, #e7ba52, #e7cb94, #843c39, #ad494a, #d6616b, #e7969c, #7b4173, #a55194, #ce6dbd, #de9ed6];
color[] d3_20c = [#3182bd, #6baed6, #9ecae1, #c6dbef, #e6550d, #fd8d3c, #fdae6b, #fdd0a2, #31a354, #74c476, #a1d99b, #c7e9c0, #756bb1, #9e9ac8, #bcbddc, #dadaeb, #636363, #969696, #bdbdbd, #d9d9d9];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment