Zooce / chromaplay

A color palette experimentation tool.
MIT License
0 stars 0 forks source link

Import / Export Colors #1

Closed Zooce closed 1 year ago

Zooce commented 1 year ago

I imagine this feature would let you import/ a JSON file like this (or equivalent TOML file):

{
  "background": "#ffffff",
  "colors": [ "#121234", "#a2b3c4" ]
}