from Hacker News

Show HN: Color palettes generator for data visualization

by realaleris149 on 6/8/22, 7:29 PM with 3 comments

A generator app for charts/visualizations color palettes based on the article "How to pick the least wrong colors" [1] by Matthew Ström featured recently on HN [2].

The code is available on github [3].

[1] https://matthewstrom.com/writing/how-to-pick-the-least-wrong... [2] https://news.ycombinator.com/item?id=31639009 [3] https://github.com/aleris/category-colors

  • by gavmor on 6/8/22, 10:38 PM

    In firefox, `navigator.clipboard.readText is not a function`, but otherwise I love it! Definitely going to see some use. Slick.
  • by Jack5500 on 6/9/22, 7:32 AM

    Great project, something I could have really used a month ago. Thanks for making it.