For the complete documentation index, see llms.txt. This page is also available as Markdown.

UI Color Palette for Claude

A Claude Code plugin for designing color palettes, auditing contrast, generating tokens, and syncing to design tools

UI Color Palette for Claude is a Claude Code plugin that brings the full color system workflow into your AI-assisted development environment — from generating source colors to pushing tokens to Figma, Penpot, Framer, or Sketch.

The 4-phase workflow

Source → Palette → Deploy → Manage
Phase
What it does
Skills

1 · Source

Generate source colors from an image, a prompt, a harmony, or a design tool selection

generate-source-colors

2 · Palette

Build a shade scale, define a semantic token system, audit contrast

scale-palette, build-color-system, audit-palette

3 · Deploy

Push to design tools or export as code

generate-code, generate-semantic-code, platform skills

4 · Manage

Browse, publish, share, update, and delete community palettes

manage-palettes

Installation

Step 1 — Add the Yelbolt marketplace (once per machine):

/plugin marketplace add yelbolt/claude-marketplace

Step 2 — Install the plugin:

/plugin install ui-color-palette@yelbolt

On first enable, the plugin prompts for optional credentials — Penpot token, Framer MCP URL, GitLab instance URL. These can be skipped and configured later via /plugin config.

Update

/plugin marketplace update yelbolt

Alternative — direct GitHub install

Default agent — uicper

The plugin configures uicper as the default orchestrator agent. Once the plugin is installed, activate it with:

From that point, you can describe what you want in plain language — no skill invocation needed:

uicper coordinates the full 4-phase workflow (Source → Palette → Deploy → Manage), asks only the blocking questions, and delegates heavy work to specialized sub-agents (palette-auditor, palette-codegen, palette-color-systemer, palette-publisher, palette-transitioner).

Skills remain available at any time for direct, single-step operations. See Agents for the full sub-agent list and delegation rules.

Quick start

Prerequisites

Some platform integrations require external setup:

Platform
Requirement

Figma Desktop

Run Figma desktop with MCP enabled

Penpot

Provide your user token via /plugin config

Framer

Install the MCP plugin and provide the URL

Sketch

Enable MCP in Sketch preferences

Last updated