Ameba Color Palette.
npm install ameba-color-palette.css
Ameba Color Palette.
This repository includes the design guidelines and the custom properties (css) at Ameba. This color palette is used in ameblo.jp and Ameba Apps.
```
npm install ameba-color-palette.css
You can import this css by using postcss-import.
```
@import "ameba-color-palette.css";
You need to install postcss-cssnext to transform the custom properties. If you're familiar with Sass, custom-properties-sass seems useful.