WB colors
by Igor Cuckovic
JavaScript
this.colorScaleWB = function(n) {
var colores_g = ["#3366cc", "#dc3912", "#ff9900", "#109618", "#990099", "#0099c6", "#dd4477", "#66aa00", "#b82e2e", "#316395", "#994499", "#22aa99", "#aaaa11", "#6633cc", "#e67300", "#8b0707", "#651067", "#329262", "#5574a6", "#3b3eac"];
return colores_g[n % colores_g.length];
}
// WB colors
// Brighter / More Saturated (Tints shown below range from 80/20%)
// #F05023 #FDB714 #2EB1C2D #F78D28 #009CA7 #00AB51 #872B90 #00A996
// Neutral/More Muted
// #98252B #E16A2D #B88C1D #614776 #006068 #006450