See https://github.com/tangrams/tangram/issues/418. From @burritojustice's original description (which would need a different syntax in practice): add colorbrewer schemes to `color:` ``` layers: counties: polygon: color: OrRd[2] ``` https://github.com/axismaps/colorbrewer/ hex is here, for reference: https://github.com/google/palette.js/blob/master/palette.js#L931
See tangrams/tangram#418.
From @burritojustice's original description (which would need a different syntax in practice):
add colorbrewer schemes to
color:https://github.com/axismaps/colorbrewer/
hex is here, for reference:
https://github.com/google/palette.js/blob/master/palette.js#L931