Ideally we can have a UI for adding colour palettes instead of JSON.
Here's a suggested implementation:
- repeatable colour fields that can be added or removed
- sortable colour fields
- name field
Here's the current format of a palette:
{
"name": "Tinacious Design",
"colours": [
"#FF3399",
"#33D5FF",
"#B3B3D4",
"#00D364",
"#CC66FF",
"#FFCC66",
"#00CED1",
"#1D1D26",
"#C8C8D5",
"#FFAA00",
"#F10F69"
]
}