colorjs
colorjs copied to clipboard
Eliminate nameToHex dictionary lookup by using CSS instead
It looks like setting a color by name to some DOM element and retrieving it returns it in a sensible format (rgb(255,255,255) in Chrome). I need to check how that performs cross-browser. Overall this seems like a good idea, though.