palette_compare
ActiveTool of Colour Memory
declared in 2.3.4
Deep perceptual, cultural, and commercial comparison between two palettes. Returns timelessness scores, commercial strength, cultural depth, emotional difference, and a winner verdict for the stated use case.
Parameters schema
{
"type": "object",
"required": [
"palette_a",
"palette_b"
],
"properties": {
"markets": {
"type": "array",
"items": {
"type": "string"
},
"description": "Target markets"
},
"use_case": {
"type": "string",
"description": "Context for comparison e.g. luxury packaging"
},
"palette_a": {
"type": "array",
"items": {
"type": "string"
},
"description": "First palette hex values"
},
"palette_b": {
"type": "array",
"items": {
"type": "string"
},
"description": "Second palette hex values"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries