You're viewing a demo portfolio

Join the waitlist
PRSM

palette_export

Active

Tool 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"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Colour Memory

https://github.com/DigbyO/colour-memory-api

2/7 registries
View full server →
palette_export — Colour Memory — PRSM MCP