Broaden your Bootstrap color vocabulary from 4 to 140 named HTML colors.
Visit Colorstrap »
Several quick start options are available:
- Download the latest release.
- Clone the repo:
git clone https://github.com/triggerman722/colorstrap.git
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
colorstrap/
└── css/
├── colorstrap.css
├── colorstrap.css.map
├── colorstrap.min.css
├── colorstrap.min.css.map
├── colorstrap-alert.css
├── colorstrap-alert.css.map
├── colorstrap-alert.min.css
├── colorstrap-bg.css
├── colorstrap-bg.css.map
├── colorstrap-bg.min.css
├── colorstrap-btn.css
├── colorstrap-btn.css.map
├── colorstrap-btn.min.css
├── colorstrap-card.css
├── colorstrap-card.css.map
├── colorstrap-card.min.css
├── colorstrap-glow.css
├── colorstrap-glow.css.map
├── colorstrap-glow.min.css
├── colorstrap-has.css
├── colorstrap-has.css.map
├── colorstrap-has.min.css
├── colorstrap-label.css
├── colorstrap-label.css.map
├── colorstrap-label.min.css
├── colorstrap-list-group.css
├── colorstrap-list-group.css.map
├── colorstrap-list-group.min.css
├── colorstrap-outline.css
├── colorstrap-outline.css.map
├── colorstrap-outline.min.css
├── colorstrap-panel.css
├── colorstrap-panel.css.map
├── colorstrap-panel.min.css
├── colorstrap-progress-bar.css
├── colorstrap-progress-bar.css.map
├── colorstrap-progress-bar.min.css
├── colorstrap-striped.css
├── colorstrap-striped.css.map
├── colorstrap-striped.min.css
├── colorstrap-tag.css
├── colorstrap-tag.css.map
├── colorstrap-tag.min.css
├── colorstrap-text.css
├── colorstrap-text.css.map
└── colorstrap-text.min.css
We provide compiled CSS (colorstrap.*
), as well as compiled and minified CSS (colorstrap.min.*
). CSS source maps (colorstrap.*.map
) are available for use with certain browsers' developer tools.
Have a bug or a feature request? Please search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Get updates on Colorstrap's development and chat with the project maintainers and community members.
- Implementation help may be found at Stack Overflow (tagged
colorstrap
). - Developers should use the keyword
colorstrap
on packages which modify or add to the functionality of Colorstrap when distributing through npm or similar delivery mechanisms for maximum discoverability.
Triggerman722
Code and documentation copyright 2017 the Colorstrap Authors. Code released under the Apache License 2.0. Docs released under Creative Commons.