Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vagusx/material-design-color-picker

color vars for material design by stylus
https://github.com/vagusx/material-design-color-picker

Last synced: 2 days ago
JSON representation

color vars for material design by stylus

Awesome Lists containing this project

README

        

material-color-picker

[Google material design colors](http://www.google.com/design/spec/style/color.html)

##Usage
just import it

##Example
- `@import "_colors.styl"`
- Red 500 can be used with the variable `$red-500`
- Deep Orange A100 with `$deep-orange-A100`

Thanks [SCSS material design color vars](https://github.com/asarode/g-colors)