A command line tool to convert a JSON Color Palette to CLR
Converts a JSON that is structure like this:
{
"Blue Brand-Deep Blue": "#1A237E",
"Blue Brand-Funky Orange": "#FF7043",
"Cyan Brand-Forest Cyan": "#006064",
"Cyan Brand-Forest Yellow": "#DBE22E",
"Blues-Blueish Off-white": "#E8EAF6"
}
to CLR.
Works great with Open Color Tools