Create shared layer styles by importing JSON color palettes
This plugin will add all the colors from the JSON and create a shared layer styles out of them to be used inside your project.
{
PALETTE_NAME: {
COLOR_LABEL: COLOR_HEX,
...
}
...
}
You can use Material Design Palette Generator to generate accessible color palettes and export them in JSON that will work with this plugin without any modifications. You can also use ColorBox by Lyft Design to generate a color palette, but it will require slight modification to the JSON code to make it work with the plugin.
If you have any problem with importing JSON code, try to validate it first and then format/prettify it. For validation and formatting you can use any available online tool, such as https://jsonformatter.org/