TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Color palettes generator for data visualization

12 pointsby realaleris149almost 3 years ago
A generator app for charts&#x2F;visualizations color palettes based on the article &quot;How to pick the least wrong colors&quot; [1] by Matthew Ström featured recently on HN [2].<p>The code is available on github [3].<p>[1] <a href="https:&#x2F;&#x2F;matthewstrom.com&#x2F;writing&#x2F;how-to-pick-the-least-wrong-colors&#x2F;" rel="nofollow">https:&#x2F;&#x2F;matthewstrom.com&#x2F;writing&#x2F;how-to-pick-the-least-wrong...</a> [2] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31639009" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31639009</a> [3] <a href="https:&#x2F;&#x2F;github.com&#x2F;aleris&#x2F;category-colors" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;aleris&#x2F;category-colors</a>

2 comments

gavmoralmost 3 years ago
In firefox, `navigator.clipboard.readText is not a function`, but otherwise I love it! Definitely going to see some use. Slick.
评论 #31678326 未加载
Jack5500almost 3 years ago
Great project, something I could have really used a month ago. Thanks for making it.