theme-gen
Generate complete design system from brand colors. Use when building design tokens.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Generate complete design system from brand colors. Use when building design tokens.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | theme-gen |
| description | Generate complete design system from brand colors. Use when building design tokens. |
You have two brand colors and need a complete design system. This generates colors, typography, spacing, shadows, and more.
One command. Zero config. Just works.
npx ai-theme "#FF4500" "#1A1A2E"
# Generate CSS custom properties
npx ai-theme "#FF4500" "#1A1A2E"
# Tailwind config format
npx ai-theme "#FF4500" "#1A1A2E" -f tailwind
# JSON tokens
npx ai-theme "#FF4500" "#1A1A2E" -f json -o tokens.json
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
npx ai-theme --help
Takes your brand colors and generates a complete design token set. Creates harmonious color relationships, type scales, and spacing systems that work together.
MIT. Free forever. Use it however you want.