facelessuser / coloraide

A library to aid in using colors
https://facelessuser.github.io/coloraide
MIT License
194 stars 12 forks source link

Improve monochromatic harmony #417

Closed facelessuser closed 6 months ago

facelessuser commented 6 months ago

Currently, monochromatic harmony takes a sample of 11 monochromatic colors and returns 5. We'd like to improve a couple of things.

  1. Let the user define any size monochromatic palette.
  2. If monochromatic requested size is low, allow greater distance between colors.

Basically, for a small set, such as 3, we would have greater contrast between the colors. If the user requested a large set, it would, of course, have more colors, but less contrast between them.