https://github.com/azz/bob-ross
:art: Bob Ross Color Palette
https://github.com/azz/bob-ross
bobross color-palette
Last synced: 12 months ago
JSON representation
:art: Bob Ross Color Palette
- Host: GitHub
- URL: https://github.com/azz/bob-ross
- Owner: azz
- License: mit
- Created: 2017-02-14T22:19:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T12:56:56.000Z (about 9 years ago)
- Last Synced: 2025-04-07T17:46:36.179Z (about 1 year ago)
- Topics: bobross, color-palette
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[][ci-server]
[][npm-package]
# bob-ross 
Bob Ross Color Palette
## Install
_Just a little, don't need much._
```bash
npm install --save bob-ross
```
## Usage
```js
const BobRoss = require('bob-ross');
// Single color by name:
BobRoss.colors.YELLOW_OCHRE; // ==> '#C79B00'
// Array of all colors in palette:
BobRoss.palette;
```
_Just like that._
## Available Colors
_Now we'll just roll the colors we're going to use today along the screen..._
*  `SAP_GREEN`
*  `ALIZARIN_CRIMSON`
*  `VAN_DYKE_BROWN`
*  `DARK_SIENNA`
*  `MIDNIGHT_BLACK`
*  `PRUSSIAN_BLUE`
*  `PHTHALO_BLUE`
*  `PHTHALO_GREEN`
*  `CADMIUM_YELLOW`
*  `YELLOW_OCHRE`
*  `INDIAN_YELLOW`
*  `BRIGHT_RED`
*  `TITANIUM_WHITE`
## Contributing
Feel free to beat the devil out of it!
------------
Inspired by [this blog](http://thomaspark.co/2015/11/bob-ross-color-palette-in-css/).
[npm-package]: https://www.npmjs.com/package/bob-ross
[ci-server]: https://travis-ci.org/azz/bob-ross