Three colors. One system. Every mood.
A Claude Code skill that generates beautiful, production-ready color palettes from just three colors using triadic color theory.
Live Demo โ โ Browse all 88 palettes with instant preview Wikipedia Before & After โ โ See hue3 transform a familiar website
Same page, different mood โ 13 hue3 palettes applied to Wikipedia's layout:
| Before (Original) | After (Cyberpunk / DRM-01) |
|---|---|
![]() |
![]() |
Try it yourself โ โ Switch between 12 moods with one click
Most color tools give you a color wheel and leave you on your own. hue3 is different:
- You describe a mood, not a hex code โ say "calm and serene" or "bold and energetic" and get a complete palette
- Every palette is battle-tested โ curated with proper 60-30-10 ratio, not random generation
- Instant design system โ not just 3 colors, but background, surface, text, border all derived
- WCAG built-in โ accessibility isn't an afterthought, it's checked on every output
- 88 curated palettes across 11 mood categories (10 moods + Japanese), each with 8 carefully tuned schemes
- Mood-first workflow โ describe a feeling, get matching colors (not the other way around)
- Triadic color theory โ every palette built on proven three-color structures (triadic, split-complementary, analogous, temperature contrast)
- 60-30-10 ratio โ primary, secondary, accent roles with proper area distribution
- Extended design system โ background, surface, text, border colors derived from the triadic base
- WCAG accessibility check โ contrast ratios validated for every output
- Dark mode conversion โ automatic light-to-dark transformation formulas
- Live HTML preview โ generates a single-file preview website with your palette applied to real UI components
- Bilingual color names โ English + Chinese/Japanese names for culturally-rooted palettes
| Mood | Keywords | Palettes |
|---|---|---|
| ๐ Calm | serene, meditation, spa, peaceful, healing | 8 |
| โก Bold | energetic, dynamic, sports, impact, confident | 8 |
| ๐ Romantic | soft, tender, dreamy, sweet, wedding, pastel | 8 |
| ๐ Luxurious | premium, elegant, opulent, refined, exclusive | 8 |
| ๐ฟ Earthy | natural, organic, forest, botanical, pastoral | 8 |
| ๐ฎ Playful | fun, joyful, creative, whimsical, colorful | 8 |
| ๐ข Professional | corporate, business, trustworthy, reliable | 8 |
| ๐ฎ Dramatic | dark, edgy, cinematic, cyberpunk, gaming | 8 |
| โ Cozy | warm, homey, autumnal, fireplace, cafรฉ | 8 |
| โฌ Minimal | modern, clean, simple, whitespace, pure | 8 |
| ๐ Japanese | wabi-sabi, sakura, matcha, ukiyo-e, anime | 8 |
git clone https://github.com/ktzzypo938/hue3.git
mkdir -p ~/.claude/skills/hue3
cp hue3/SKILL.md ~/.claude/skills/hue3/
cp -r hue3/references ~/.claude/skills/hue3/That's it. Open any Claude Code session and start asking about colors.
The skill activates automatically when you mention colors, palettes, or visual design:
> I need a calm, serene color scheme for a meditation app
> Give me something bold and energetic for a sports brand
> What palette would work for a dramatic cyberpunk dashboard?
> Make it feel cozy, like a fireside cafรฉ
Or trigger it manually:
> /color-palettes
Each recommendation includes:
- Triadic base โ 3 colors with Hex, HSL, and role labels
- Extended system โ background, surface, text, border
- Rationale โ source palette, structure type, hue relationships
- Accessibility check โ WCAG AA contrast ratios
- HTML preview โ a single-file website you can open in any browser
Open preview-all.html in your browser to browse all 88 palettes with a live UI preview. Use โโ arrow keys to quickly flip through palettes.
The skill also includes references/preview-template.html โ a single-palette preview with:
- Color swatches (all 7 roles side by side)
- Hero section (primary color at scale)
- Navigation bar (secondary color)
- Card grid (surface + border + buttons)
- Form elements (focus states with accent color)
- Typography sample (text readability check)
- Dark mode toggle (one-click switch)
hue3/
โโโ SKILL.md # Main skill definition
โโโ README.md # This file
โโโ LICENSE # MIT License
โโโ preview-all.html # Interactive gallery (all 88 palettes)
โโโ wikipedia-before-after.html # Wikipedia reskin demo (12 moods)
โโโ index.html # GitHub Pages entry point
โโโ preview.png # Social preview image
โโโ wiki-before.png # Wikipedia demo โ before screenshot
โโโ wiki-after.png # Wikipedia demo โ after screenshot
โโโ references/
โโโ color-theory.md # Theory: HSL, triadic structures, 60-30-10, WCAG
โโโ preview-template.html # Single-palette HTML preview template
โโโ calm.md # ๐ 8 calm/serene palettes
โโโ bold.md # โก 8 bold/energetic palettes
โโโ romantic.md # ๐ 8 romantic/soft palettes
โโโ luxurious.md # ๐ 8 luxurious/sophisticated palettes
โโโ earthy.md # ๐ฟ 8 earthy/natural palettes
โโโ playful.md # ๐ฎ 8 playful/vibrant palettes
โโโ professional.md # ๐ข 8 professional/trustworthy palettes
โโโ dramatic.md # ๐ฎ 8 dramatic/edgy palettes
โโโ cozy.md # โ 8 cozy/warm palettes
โโโ minimal.md # โฌ 8 minimal/modern palettes
โโโ japanese.md # ๐ 8 Japanese palettes
Contributions are welcome! Here are some ways you can help:
- Add new mood categories โ Nostalgic, Futuristic, Rebellious, Ethereal...
- Improve existing palettes โ better color choices, more refined harmony
- Add new features to SKILL.md โ gradient generation, color blindness simulation
- Translate โ add more bilingual color names or translate the skill workflow
Please open an issue first to discuss what you'd like to change.
This skill's three-color philosophy and mood-first approach were inspired by the Japanese design community's emphasis on constraint-driven palette design โ particularly the idea that just three well-chosen colors can be more effective than a complex palette. The 60-30-10 ratio and triadic color structures are rooted in classic design education.


