PickSkill
← Back

Theme Generator

Generate a complete design system from brand colors using AI. Use when starting a new project or standardizing colors.

README.md
Rendered from GitHub raw
View raw ↗

ai-theme

Generate a complete design system from your brand colors. Gets you a full color palette, typography scale, spacing, shadows, and more.

Install

npm install -g ai-theme

Usage

npx ai-theme "#FF4500" "#1A1A2E"
# Generates CSS custom properties
 
npx ai-theme "#FF4500" "#1A1A2E" -f tailwind
# Generates tailwind.config.js theme extension
 
npx ai-theme "#FF4500" "#1A1A2E" -f json -o tokens.json
# Saves design tokens as JSON

Setup

export OPENAI_API_KEY=sk-...

Options

  • -f, --format <type> - Output format: css, tailwind, json (default: css)
  • -o, --output <path> - Save to file

License

MIT