Hi,
I have created a color palette with external tools, and now I would like to import them into Cornerstone, so that they are available as global colors. Is there an import feature for colors? It is 4 colors with 15 shades each, which I would like to NOT have to create manually. Furthermore, Is it possible to have separate palettes for different brand colors (the shades of 1 brand color would be in 1 palette).
When I export the theme options, there is a section about global colors, which starts like this:
"_globals": {
"colors": [
{
"title": "NewRed",
"value": "rgb(240, 132, 122)",
"_id": "f1d45c8c-9962-4b88-b951-47bb44a9d651"
},
{
"title": "NewGreen",
"value": "rgb(180, 218, 195)",
"_id": "117a5032-5857-41d4-b5fe-ddd169ada6a5"
},
Can I just edit this part of the theme options, and re-import it? Is there a syntax for several separate palettes?