palette_verdict
ActiveTool of Colour Memory
Evaluate a palette of 2-8 hex values for a use case, market, and medium. Returns a verdict (strong / strong_with_adjustment / weak / avoid), a score 0-100, the role of each colour, the single biggest weakness, and a concrete suggestion for what to add to fix it. Each colour is matched to the nearest archive entry for cultural grounding. Examples: 'premium cushion collection UK ecommerce', 'hotel lobby interior', 'SaaS brand identity global digital'.
Parameters schema
{
"type": "object",
"required": [
"palette",
"use_case"
],
"properties": {
"market": {
"type": "string",
"description": "Optional: target market e.g. 'UK', 'Japan', 'global'"
},
"medium": {
"type": "string",
"default": "general",
"description": "Application medium e.g. 'interior', 'digital', 'fashion', 'print'"
},
"palette": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of 2-8 hex values e.g. ['#31559B', '#E8D898', '#4A2A50']"
},
"use_case": {
"type": "string",
"description": "What the palette will be used for e.g. 'luxury cushion collection', 'brand identity'"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries