/closestColor

getClosestColor is a simple, dependancy free function that, given any color hex code and a palette (in the form of an array of colors hex codes) will return the hex code of the most visually similar color in the palette

Primary LanguageJavaScript

Stargazers