//from http://colorbrewer2.org/

$ct-series-names: (a, b, c, d, e, f, g, h, i);
$ct-series-colors: (
   #67000d,
   #a50f15,
   #cb181d,
   #ef3b2c,
   #fb6a4a,
   #fc9272,
   #fcbba1,
   #fee0d2,
   #fff5f0,
);

@import '_generate';

