build_custom_tokens
Build a custom OKLCH token system from your paper color, accent color, and font selection. Outputs tokens.css and Tailwind v4 @theme block.
Instructions
Build a custom OKLCH token system from scratch with paper color, accent color, and font pairing. Use when a brief signals creative-intent (brand color, multi-vibe aesthetic, explicit custom request). Returns tokens.css + Tailwind v4 @theme block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_c | Yes | Paper chroma (0-50) | |
| paper_h | Yes | Paper hue (0-360) | |
| paper_l | Yes | Paper lightness (0-100) | |
| accent_c | Yes | Accent chroma (0-50) | |
| accent_h | Yes | Accent hue (0-360) | |
| accent_l | Yes | Accent lightness (0-100) | |
| font_body | Yes | Body font stack, e.g. 'Inter', system-ui, sans-serif | |
| font_mono | No | Optional mono font stack (default: JetBrains Mono) | |
| font_display | Yes | Display font stack, e.g. 'Instrument Serif', Georgia, serif |