It would be nice to have a website similar to Radix UI custom colors https://www.radix-ui.com/colors/custom, that is able to generate a color palette, and export the colors to Panda configuration (tokens and semantic tokens). Not only that but also being able to edit sizes, and all the values Panda Studio is able to display.
I think Ark UI components are a good way to show how the color palette can be applied.
In fact, it could be a Panda CSS theme generator targeting different component libraries, with the first one being Ark.
I mostly like the Radix color palette generator website, the problem is that it washes out the given colors (so not much freedom), and It doesn't export to JS, just CSS vars.
I had to create a TS script to parse the CSS with postcss-js and then convert it to Panda format.
I will be happy to collaborate if this idea moves forward.
Cheers,
Javier
github: itsjavi