Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Support exporting colour styles as a colour palette #1

Open
tinacious opened this issue Sep 23, 2024 · 0 comments
Open

[feature] Support exporting colour styles as a colour palette #1

tinacious opened this issue Sep 23, 2024 · 0 comments
Labels
priority: 2 (low) Low priority

Comments

@tinacious
Copy link
Owner

tinacious commented Sep 23, 2024

Export as JSON for this tool: https://colour-tools.pages.dev/palettes

{
  "name": "Tinacious Design",
  "colours": [
    { "name": "pink", "colour": "#ff3399" },
    { "name": "blue", "colour": "#33d5ff" },
    { "name": "grey", "colour": "#b3b3d4" },
    { "name": "green", "colour": "#00d364" },
    { "name": "purple", "colour": "#cc66ff" },
    { "name": "yellow", "colour": "#ffcc66" },
    { "name": "blue", "colour": "#00ced1" },
    { "name": "midnight-sky", "colour": "#1d1d26" },
    { "name": "overcast-sky", "colour": "#c8c8d5" },
    { "name": "tangerine", "colour": "#ffaa00" },
    { "name": "red", "colour": "#f10f69" }
  ]
}
@tinacious tinacious added the priority: 2 (low) Low priority label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: 2 (low) Low priority
Projects
None yet
Development

No branches or pull requests

1 participant