Pastel Color Generator
Generate soft, gentle pastel colors with reduced saturation and increased lightness for creating delicate and soothing color palettes
API Documentation
Request Endpoint
POST /en/api/tools/pastel-colors
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| baseColor | color | Yes | - |
| pastelMethod | select | No | - |
| pastelCount | number | No | How many pastel colors to generate |
| softnessLevel | number | No | How soft and gentle the colors should be (0.3-1.0) |
| hueVariation | number | No | Color diversity range in degrees (0-180) |
| saturationReduction | number | No | How much to reduce saturation (0.2-0.9) |
| lightnessBoost | number | No | How much to increase lightness (0.1-0.5) |
| includeOriginal | checkbox | No | - |
| showHexCodes | checkbox | No | - |
| showRgbValues | checkbox | No | - |
| showHslValues | checkbox | No | - |
| generatePalette | 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-pastel-colors": {
"name": "pastel-colors",
"description": "Generate soft, gentle pastel colors with reduced saturation and increased lightness for creating delicate and soothing color palettes",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=pastel-colors",
"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]