css-color-keywords

A list of all CSS color keywords.

This list contains all CSS color keywords specified in:

See MDN for an overview of all colors.

Installation

$ npm install css-color-keywords --save

Usage

const cssColorKeywords = require('css-color-keywords')

cssColorKeywords.black // #000000
cssColorKeywords.orange // #ffa500

Returns an object where each key is a keyword (e.g. black) and the value is the keyword’s RGB hex value (e.g. #000000).

Even though CSS color keywords are case-insensitive, this list only contains lowercase keywords (and returns lowercase RGB hex values).

Changelog

This project follows Semantic Versioning 2.

This list aims to always include all CSS color keywords. If new keywords are specified, only the minor version will be bumped.

License

css-color-keywords is licensed under the ISC license. See LICENSE for the full license.

css-color-keywords - Installation

To install css-color-keywords via this registry, you'll need to install via the --registry parameter with your package manager.

n

NPM

npm install css-color-keywords --registry https://js.registry.sudovanilla.org

Learn more about the --registry parameter.

Yarn

yarn config set registry https://js.registry.sudovanilla.org
yarn install css-color-keywords

Learn more about the config option.

PNPM

pnpm install css-color-keywords --registry https://js.registry.sudovanilla.org

Learn more about the --registry parameter.

Bun Logo

Bun

bun install css-color-keywords --registry https://js.registry.sudovanilla.org

Learn more about the --registry parameter.

Learn more about setting this up in your bunfig.toml configuration.


For Deno, add the following to your .npmrc file in your directory:

registry="https://js.registry.sudovanilla.org"

Then run the deno install command.

css-color-keywords - Download

Download Tarball (v1.0.0)

Integrity sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==
SHASUM fea2616dc676b2962686b3af8dbdbe180b244e05
Tarball https://js.registry.sudovanilla.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz