ral-to-hex
v0.0.0
Published
Convert RAL color codes to HEX.
Downloads
118
Readme
ral-to-hex
Convert RAL colour codes to HEX codes.
Installation
npm install --save ral-to-hex
Usage
const hex = require('ral-to-hex')
let colour1 = hex(5025) // '#2A6478' (RAL 5025)
let colour2 = hex(2013) // '#C35831' (RAL 2013)
Contributing
If you found a bug, want to propose a feature or feel the urge to complain about your life, feel free to visit the issues page.