harmony icon indicating copy to clipboard operation
harmony copied to clipboard

Publish raw colour codes

Open kytta opened this issue 1 year ago • 2 comments

First and foremost, thank you so much for this project, it looks gorgeous.

However, I don't find it very accessible. The only people who can use Harmony easily are: Tailwind users, JavaScript plugin writers, and Figma users. For those, who are not one of those three types, it is very hard to use the palette manually.

I want the colours to be easy to copy and paste, to use them in simple CSS (without Tailwind or components) or other design software (like Photoshop). Figma is okay-ish as an overview, but you can't view the file without logging in — a major flaw in my opinion.

I'd like to just have a huge table of HEX/OKLCH values in the README (or a separate file) so I can just look at the colours and pick the ones I want to use.

kytta avatar Dec 18 '23 12:12 kytta

Oops, sorry for some accusations — I've completely missed the fact that the project also has CSS variables exported, which fixes a lot! Still, I'd appreciate raw values I could use in other programs, like Photoshop or code editors

kytta avatar Dec 18 '23 12:12 kytta

There's also source.json, which you could either use as a reference directly or parse to render whatever you want.

nickserv avatar Mar 07 '24 11:03 nickserv