xterm-colors
> xterm 256 color palette
The color palette is just a JSON file and can be used anywhere.

Install
``sh
npm install xterm-colors
`
Usage
`js
import xtermColors from 'xterm-colors';
xtermColors[7];
//=> 'c0c0c0'
``