palette_light_dark
ActiveTool of Colour Memory
declared in 2.3.4
Generate light-mode and dark-mode role maps from a palette. Analyses LRV, assigns background/surface/text/accent roles for each mode, checks body text contrast safety, and flags missing neutrals.
Parameters schema
{
"type": "object",
"required": [
"palette"
],
"properties": {
"palette": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of hex values"
},
"use_case": {
"type": "string",
"default": "UI",
"description": "Use case context e.g. UI, dashboard, report"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries