add brown and pink to the palette

This commit is contained in:
ansuz 2017-04-06 19:05:06 +02:00
parent 6e1ffcc18d
commit 2ecabbe6e3
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ define(function() {
'#000000', // black
'#FFFFFF', // white
'#848484', // grey
'#8B4513', // saddlebrown
'#FF0000', // red
'#FF8080', // peach?
'#FF8000', // orange
@ -26,6 +27,7 @@ define(function() {
'#008B8B', // dark cyan
'#0000FF', // blue
'#FF00FF', // fuschia
'#FF00C0', // hot pink
'#800080', // purple
];