JSPM

bob-ross

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q35612F
  • License MIT

Bob Ross Color Palette

Package Exports

  • bob-ross

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bob-ross) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Build Status npm version

bob-ross

Bob Ross Color Palette

Inspired by this blog.

Install

npm install --save bob-ross

Usage

const BobRoss = require('bob-ross');

// Single color by name:
BobRoss.colors.YELLOW_OCHRE; // ==> '#C79B00'

// Array of all colors in palette:
BobRoss.palette;

Available Colors

  • #SAP_GREEN SAP_GREEN
  • #ALIZARIN_CRIMSON ALIZARIN_CRIMSON
  • #VAN_DYKE_BROWN VAN_DYKE_BROWN
  • #DARK_SIENNA DARK_SIENNA
  • #MIDNIGHT_BLACK MIDNIGHT_BLACK
  • #PRUSSIAN_BLUE PRUSSIAN_BLUE
  • #PHTHALO_BLUE PHTHALO_BLUE
  • #PHTHALO_GREEN PHTHALO_GREEN
  • #CADMIUM_YELLOW CADMIUM_YELLOW
  • #YELLOW_OCHRE YELLOW_OCHRE
  • #INDIAN_YELLOW INDIAN_YELLOW
  • #BRIGHT_RED BRIGHT_RED
  • #TITANIUM_WHITE TITANIUM_WHITE