Color Gradient Generator
Generate smooth color gradients between multiple colors with customizable steps and formats
API Documentation
Request Endpoint
POST /en/api/tools/color-gradient-generator
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| startColor | text | Yes | - |
| endColor | text | Yes | - |
| steps | number | No | - |
| format | select | Yes | - |
| direction | select | Yes | - |
| includeCSS | checkbox | No | - |
| includePreview | checkbox | No | - |
Response Format
{
"result": "Processed HTML content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
HTML:
HTML
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-color-gradient-generator": {
"name": "color-gradient-generator",
"description": "Generate smooth color gradients between multiple colors with customizable steps and formats",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=color-gradient-generator",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]