Skip to main content
Glama

Color Scheme Generator MCP Server

generate_analogic_scheme

Create harmonious analogic color schemes by selecting adjacent colors on the color wheel. Input a seed color in hex, RGB, or HSL format and choose the number of colors (3-10) for a cohesive palette.

Instructions

Generates an analogic color scheme with adjacent colors on the color wheel

Input Schema

NameRequiredDescriptionDefault
colorYesThe seed color in hex (098765), RGB (0,71,171), or HSL (215,100%,34%) format
countNoNumber of colors to generate (3-10, default: 5)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "color": { "description": "The seed color in hex (098765), RGB (0,71,171), or HSL (215,100%,34%) format", "type": "string" }, "count": { "default": 5, "description": "Number of colors to generate (3-10, default: 5)", "maximum": 10, "minimum": 3, "type": "integer" } }, "required": [ "color" ], "type": "object" }
Install Server

Other Tools from Color Scheme Generator MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/deepakkumardewani/color-scheme-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server