JSPM

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

A list of color names and its values

Package Exports

  • color-name
  • color-name/index.js

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 (color-name) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors.

NPM

import colors from 'color-name';
colors.red //[255,0,0]