# Color Palette

Create harmonious color palettes based on theory and convert colors between formats like hex, RGB, and HSL. Ensure designs are inclusive by checking WCAG accessibility contrast ratios and receiving i…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add openclaw-ai/color-palette

# Browse available tools
npx -y @smithery/cli@latest tool list openclaw-ai/color-palette

# Get full schema for a tool
npx -y @smithery/cli@latest tool get openclaw-ai/color-palette generate_palette

# Call a tool
npx -y @smithery/cli@latest tool call openclaw-ai/color-palette generate_palette '{}'
```

## Direct MCP Connection

Endpoint: `https://color-palette--openclaw-ai.run.tools`

## Tools (5)

- `generate_palette` — Generate a harmonious color palette using color theory. Provide a base color, mood, or both. Returns an array of colors…
- `contrast_check` — Check WCAG 2.1 accessibility contrast ratio between two colors. Returns the contrast ratio, AA pass/fail (4.5:1 normal,…
- `color_convert` — Convert a color between formats: hex, rgb, hsl, and CSS named colors (140 standard names). Input any format and optiona…
- `css_gradient` — Generate ready-to-use CSS gradient code from an array of hex colors. Supports linear, radial, and conic gradients. Retu…
- `tailwind_colors` — Look up Tailwind CSS v3 color values. Provide color_name to get all shades (50–950), or provide closest_to (a hex value…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get openclaw-ai/color-palette <tool-name>
```
