ui-color-palette-figma

Routes UI Color Palette data into Figma tokens, styles, and previews via plugin actions.

1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/a-ng-d/claude-ui-color-palette --skill ui-color-palette-figma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-color-palette-figma
Source: https://github.com/a-ng-d/claude-ui-color-palette/tree/main/skills/ui-color-palette-figma
Command: npx skills add https://github.com/a-ng-d/claude-ui-color-palette --skill ui-color-palette-figma

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a structured, platform-agnostic routing layer that converts a UI Color Palette into Figma-ready tokens, variables, styles, and previews by coordinating the appropriate sub-skills and plugin actions.

Core Features & Use Cases

  • Route to generate Figma variables, local paint styles, and document previews from a palette.
  • Apply a structure-first workflow with normalized PaletteData projections for variables, styles, and preview.
  • Support combined handoffs (variables + styles + preview) or targeted workflows (variables only, styles only) depending on user intent.

Quick Start

Identify the target palette in the current session and invoke one of the references sub-skills to generate variables, styles, or a preview for Figma.

Frequently Asked Questions about ui-color-palette-figma

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a UI color palette into Figma variables and styles?

You can generate Figma variables and styles from a UI color palette by routing the palette data through a structure-first workflow that normalizes projections and synchronizes them as local variables and paint styles.

What is a structure-first workflow for Figma color tokens?

A structure-first workflow for Figma color tokens treats the UI color palette as the single source of truth, normalizing the data into separate projections before mapping them to variables, styles, or document previews.

Can I sync only Figma local variables from a color palette without updating styles?

Yes, you can target specific workflows like variables only. The routing layer supports targeted handoffs for local variables or local paint styles, as well as combined handoffs that generate both simultaneously.

Does this Figma color palette workflow require any specific plugins or dependencies?

No specific dependencies are required to use the workflow. It operates by mapping the normalized palette data to standard Figma plugin actions such as syncing local variables, syncing local styles, and creating documents.

How do I preview a UI color palette in a Figma document?

To preview a UI color palette in a Figma document, you route the palette data to generate a document preview by mapping the normalized color projections to the create document action.

Why use Figma tokens for a UI color palette instead of manual color styles?

Using Figma tokens for a UI color palette establishes the palette as the source of truth, enabling automated synchronization of variables and styles to prevent manual errors and ensure consistent design system updates.