colour_namer
ActiveTool of Colour Memory
Generate memorable, archive-verified colour names for any hex value. Choose from naming styles: geographical, poetic, material, literary, botanical, industrial, or mixed. Every name is grounded in a real archive source. The core of the Shopify product naming use case.
Parameters schema
{
"type": "object",
"required": [
"hex"
],
"properties": {
"hex": {
"type": "string",
"description": "Hex colour to name e.g. #8B4A2A"
},
"style": {
"type": "string",
"description": "geographical | poetic | material | literary | botanical | industrial | mixed"
},
"market": {
"type": "string",
"description": "Target market e.g. UK luxury"
},
"n_names": {
"type": "integer",
"description": "Number of name options (default 5)"
},
"product_type": {
"type": "string",
"description": "Product type e.g. candle, paint, leather bag"
}
}
}Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries