palette_concept
ActiveTool of Colour Memory
Generate a historically grounded colour palette from a cultural concept or theme. Returns 4-6 coordinated archive colours with hex values, proportions, and provenance. Examples: 'Victorian mourning', 'Ottoman court', 'Japanese wabi-sabi', 'Scandinavian winter', 'West African kente', 'Renaissance Florence'. Every colour returned is sourced from the archive with documented history.
Parameters schema
{
"type": "object",
"required": [
"concept"
],
"properties": {
"avoid": {
"type": "array",
"items": {
"type": "string"
},
"default": [],
"description": "Colours, pigments or topics to exclude e.g. ['arsenic green']. Applied before selection."
},
"concept": {
"type": "string",
"description": "Cultural theme or historical period e.g. 'Victorian mourning' or 'Ottoman court'"
},
"n_colours": {
"type": "integer",
"default": 5,
"description": "Number of colours to return (default 5, max 8)"
},
"include_neutrals": {
"type": "boolean",
"default": true,
"description": "Include neutral/background colours"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries