palette_export
ActiveTool of Colour Memory
declared in 2.3.4
Export a palette to CSS custom properties, Figma design tokens, Tailwind config, ASE hex list, or JSON. Each colour is automatically named from the archive. Embeds Colour Memory directly into design workflows.
Parameters schema
{
"type": "object",
"required": [
"palette"
],
"properties": {
"names": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional custom names"
},
"format": {
"type": "string",
"description": "css | figma | ase_hex | tailwind | json"
},
"prefix": {
"type": "string",
"description": "Token prefix e.g. cm, brand (default: cm)"
},
"palette": {
"type": "array",
"items": {
"type": "string"
},
"description": "Hex values to export"
}
}
}Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries