PostCSS / Sass 适用
https://github.com/egoist/color-preset
@import "color-preset";
.title {
  color: $deep-green;
  background-color: $gray-400;
}
|  |      1sox OP 写错了,没有 deep-green 应该是 light-green 😂 | 
|  |      2NemoAlex      2016-05-21 22:28:42 +08:00 via iPhone 个人认为配色方面是 material design 最差的地方… |