Reproduction on JSFiddle: https://jsfiddle.net/mattrossman/koph7sub/1/ ```js console.log(randomColor({ hue: "#EF1FE8", count: 2 })) ``` produces: ``` Uncaught TypeError: range is undefined ``` The trace points here https://github.com/davidmerfield/randomColor/blob/68e564292df835ea1700269d455bdee372fd74d5/randomColor.js#L321