Quantize a HEX colour to the closest colour that is supported by Scratch.
npm install scratch-quantizeQuantize a HEX colour to the closest colour that is supported by Scratch.

``sh`
npm install scratch-quantize
`js
const scratchQuantize = require("scratch-quantize");
scratchQuantize("#FFD800");
//=> "FFE600"
`
#### input
Type: string`
The HEX code to quantize.