Aratramba / design-manual

Lightweight Design System Generator
http://eightmedia.github.io/design-manual
15 stars 1 forks source link

colors special component #63

Open Aratramba opened 7 years ago

Aratramba commented 7 years ago

every website has a colorset, so it might be nice to add a section to the components (or other?) page that renders its colors. Maybe use markdown like this:

## Colors
This is the colors section.

### Brand colors
* #007bc7
* #f9e11e; Yellow
* #d52b1e; Brand color red; Used for accents

### Greys
* #f3f3f3
* #e6e6e6
* #cccccc
* #b4b4b4

and then render pretty colors overview:

screen shot 2017-04-12 at 09 13 02

screen shot 2017-04-12 at 09 14 09

screen shot 2017-04-12 at 09 14 15