Data pack containing a list of all named html colors.
Run the following to install the data pack:
npm install --save @valkyriestudios/data-colors
The data pack contains the following files:
File | Description | Included fields |
---|---|---|
raw.json | Full HTML color name data pack | name, hex |
The following is a description of the fields included in the data pack:
Field | Description | Example |
---|---|---|
name | The name of the HTML color | blanchedalmond |
hex | Hex Code equivalent for the color | #FFEBCD |
Package | Description |
---|---|
@valkyriestudios/data-countries | Data pack containing a list of all countries |
@valkyriestudios/data-timezones | Data pack containing a list of all timezones |
@valkyriestudios/data-continents | Data pack containing a list of all continents |