color-names 🎨
A semi manual merge of different color name lists. Try it yourself or see the full list.
Process
My goal is to create a as big as possible color name list. I merged different lists, modified the names when they where the same but had different hex values, and I shifted the colors a bit when the same color had different names.
Sources
Installation JS
yarn
yarn add color-name-list
NPM
npm install color-name-list --save
Usage JS:
import namedColors from 'color-name-list';
let someColor = namedColors.find(color => color === '#ffffff')
console.log(someColor.name)