sungjin9288

Palette From Brand — Development skill for Claude Code

Development community

Generate a full color palette (ramps + semantic aliases + dark mode + contrast matrix) from a brand input (hex, product category, or mood).

How to install Palette From Brand

Installs to ~/.claude/skills/sungjin9288-design-ai-palette-from-brand/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sungjin9288-design-ai-palette-from-brand && curl -fsSL https://raw.githubusercontent.com/sungjin9288/design-ai/HEAD/commands/palette-from-brand.md -o ~/.claude/skills/sungjin9288-design-ai-palette-from-brand/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Palette From Brand does


description: Generate a full color palette (ramps + semantic aliases + dark mode + contrast matrix) from a brand input (hex, product category, or mood).

You will produce a full color palette using the [`color-palette` skill playbook](../skills/color-palette/PLAYBOOK.md).

Input

Parse `$ARGUMENTS`. The user will provide one of:

  • A hex (e.g., #7C3AED)
  • A product category (e.g., fintech, e-commerce, health-tech)
  • A mood word (e.g., playful, editorial, brutalist)
  • Mult

Alternatives in Development

  • Mono Color Skill — One-ink editorial print image skill — warm paper, halftone photography, active negative space, and restrained 3k ★
  • Beautiful Feishu Whiteboard — 35 curated colour palette styles for building beautiful, editable Feishu / Lark (飞书) whiteboards 687 ★
  • Theme Color Conventions — Extensions in this repo use a consistent color language mapped to Pi's theme tokens 526 ★

Full documentation available on GitHub

View Source Repository