
color-palette
Cloudflare Workers MCP server: color-palette
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Cloudflare Workers MCP server: color-palette
Список инструментов сервера (7)
Технические названия из tools/list. Нужны только разработчикам.
| convert_color | Convert a hex color to HEX, RGB, HSL, and CMYK formats. Input: hex string with or without # (e.g. "ff5733"). |
| color_harmony | Generate a set of harmonious colors from a base hex color. Harmony types: complementary, analogous, triadic, split, tetradic, monochromatic. |
| generate_gradient | Generate an interpolated gradient between two hex colors. Returns color stops and a ready-to-use CSS linear-gradient string. |
| check_contrast | Check WCAG 2.1 contrast ratio between foreground and background colors. Returns ratio and AA/AAA pass/fail for both normal and large text. |
| random_palette | Generate a random harmonious color palette. Colors share a hue family to avoid clashing. |
| generate_css | Generate CSS :root custom properties from a list of hex colors. Returns a ready-to-paste CSS block. |
| generate_tailwind | Generate a Tailwind CSS color config object. Colors are mapped to standard shades (50, 100, 200 … 900) in order. Paste the result into tailwind.config.js theme.extend.colors. |