https://github.com/pixelastic/pantone2hex
Convert Pantone color names to hexa.
https://github.com/pixelastic/pantone2hex
Last synced: 8 months ago
JSON representation
Convert Pantone color names to hexa.
- Host: GitHub
- URL: https://github.com/pixelastic/pantone2hex
- Owner: pixelastic
- Created: 2014-12-03T10:28:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T11:52:00.000Z (over 11 years ago)
- Last Synced: 2024-04-12T01:05:06.854Z (about 2 years ago)
- Language: Shell
- Homepage:
- Size: 145 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# pantone2hex
Converts Pantone color names to hex.
## Usage
```sh
$ ./pantone2hex 104C
#af9800
```
## Dependencies
`pantone2hex` used [jq](http://stedolan.github.io/jq/) as a dependency to parse
the JSON embedded in the script. You can `git clone` it from the previous link.
## Credits
Thanks to [Pantone-Sass](https://github.com/damonbauer/Pantone-Sass) for the
original map, and to [rgb.to](http://rgb.to/) for the amazing website.
## Copyright
Pantone does not like its name to be taken in vain, so every mention of
it should be read as Pantone®™© or whatever.