Claude Color Design System Rules
Export a structured CLAUDE.md file with your brand's 46 semantic color tokens, CSS variables, Tailwind mappings, and WCAG accessibility data — optimized for Claude.
Select a color to generate AI skill preview
Setup Guide for Claude
Get your AI color rules working in under 2 minutes.
Export your skill file
Go to your palette → Export → AI Coding Rules → Claude. Copy or download the markdown.
Create CLAUDE.md in your project root
Place the file at the root of your repository as CLAUDE.md. Claude reads this file automatically when working on your project.
Start prompting
Open Claude Code or Claude chat with your project. Ask it to "create a card component" — it will use your exact brand tokens.
your-project/ ├── CLAUDE.md ← AI color rules ├── src/ │ ├── components/ │ └── styles/ ├── package.json └── ...
How Claude Uses Color Design System Rules
When you place a CLAUDE.md file in your project, Claude reads it as part of its context window. This means every code suggestion, component generation, and refactoring task references your exact color tokens instead of guessing.
The exported file includes all 46 semantic color roles (brand, surface, text, status, border), their hex/RGB/HSL values, CSS custom properties, Tailwind class mappings, and WCAG contrast ratios. Claude uses this data to:
- Generate React/Vue/Svelte components with correct color tokens
- Suggest accessible color pairs that meet WCAG AA/AAA standards
- Apply consistent theming across light and dark modes
- Write CSS/Tailwind code using your design system variables
- Maintain visual consistency across your entire codebase
Export Your Claude Color Rules Now
Create your brand palette, then export AI coding rules from the Export tab. Claude will produce on-brand code from day one.