https://github.com/joway/color-cn
Spread Chinese traditional colors to the world.
https://github.com/joway/color-cn
Last synced: 9 months ago
JSON representation
Spread Chinese traditional colors to the world.
- Host: GitHub
- URL: https://github.com/joway/color-cn
- Owner: joway
- License: mit
- Created: 2018-12-18T13:43:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T02:37:45.000Z (almost 7 years ago)
- Last Synced: 2025-09-09T00:36:53.660Z (9 months ago)
- Language: CSS
- Homepage: https://se.joway.io/
- Size: 148 KB
- Stars: 36
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Purpose
Spread Chinese traditional colors to the world.
You can pick the color on [Coloring China](https://se.joway.io/).
## Usage
### Css
```html
// ...
```
### Sass
`/lib/color-cn.scss`:
```scss
.mycls {
color: $zhuganzi;
}
```
## Download
- [color-cn.css](https://se.joway.io/lib/color-cn.css)
- [color-cn.min.css](https://se.joway.io/lib/color-cn.min.css)
- [color-cn.scss](https://se.joway.io/lib/color-cn.scss)
## Acknowledgements
- [中国色](http://zhongguose.com/)
