Color Palettes

Color Palettes provide a way to specify sets of coordinated colors.

They are specified as named arrays of HTML5 colors, the colors are then used in order, with a wrap around. For instance if colors are ["red","green",blue"] then the fourth color (after "blue") will be "red".

Example

"ColorPalettes": {
   "Default": ["#0ef30e", "#ffff36", "#FFCC66", "#33CCFF", "#a0a0a0"],
   "BlackGrayWhite": ["#000", "#888", "#fff"]
}