Skip to content

Commit

Permalink
Adding a few new colorsets
Browse files Browse the repository at this point in the history
  • Loading branch information
deanputney committed Nov 14, 2013
1 parent 50f4d21 commit d6466c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
<script>

COLORSETS = {}
COLORSETS.RAINBOWBRITE = new Array('#71c8bf', '#1ba554', '#cad93b', '#fef02f', '#fbb62c', '#f38a2e', '#ee592c', '#ea1d2b', '#b42767', '#65328f', '#52529f', '#20aeda')
COLORSETS.RAINBOWBRITE = new Array('#71c8bf', '#1ba554', '#cad93b', '#fef02f', '#fbb62c', '#f38a2e', '#ee592c', '#ea1d2b', '#b42767', '#65328f', '#52529f', '#20aeda');
COLORSETS.FRANCLYLOVE = new Array('#e20ea3', '#0ef7f3', '#1dfc16', '#f41186', '#cdff07');
COLORSETS.CELESTBLUE = new Array('#003de8', '#3f71fc', '#0c9eff', '#3fc8ea', '#4be5db');
COLORSETS.VARIOUPINTUS = new Array('#20fcd3', '#8be223', '#f9b727', '#e22917', '#952efc');

//PI = 3.14159265359

Expand Down

0 comments on commit d6466c0

Please sign in to comment.