Given an input color and a palette, it determines which palette colors most closely match the input color.
A little rough around the edges as I never found the time to polish it but I think it's cool.
Install packages:
npm installRun development server:
npm run dev