List of contrasting colors with generator of additional colors
input COLORS from colors
const variable = COLORS[0]
The Colors lib have predefined list of 20 contrasting colors. Color at index more then 19 will be auto generate. Limit of count generated colors is near two or three hundreds.
This lib requires support for ES6 Proxy
PR is welcomed!
MIT