color-description

Textual color description

Usage no npm install needed!

<script type="module">
  import colorDescription from 'https://cdn.skypack.dev/color-description';
</script>

README

color-description

Color-Description turns a technical color representation into a human readable description.

Installation

npm install colordescription

Usage

import ColorDescription from 'colordescription';

const cd = new ColorDescription('#ffffff');

console.log(cd.getAdjectivesList()) 
/**
 * pale, light, faded, delicate, glistening, bleached, neutral colorless, bright, briliant and high
 **/

const cd.color = 'red';

console.log(cd.getAdjectivesList()) 
/**
 * saturated, strong, lush, ablaze, beaming, bold, brilliant, flamboyant, vibrant, vivid, loud, very saturated, warm, mellow, red and reddish
 **/

Data Sources

Color Psychology

Named Primary, Secondary and Tertiary Colors

Color Adjectives

Descriptions