ForgeUIPREMIUM ECOSYSTEM
10 Preset Themes + Live CSS Export

Theme Engine

Switch between curated color palettes or export custom CSS variables directly to your `globals.css`.

Live Preview — Modern Purple

Default ForgeUI sleek aesthetic

THEME ACTIVEMODERN

ForgeUI Modern Purple Preset

Components automatically adapt to your chosen color variables.

Primary: #7C3AED | Secondary: #A855F7

CSS Variables Output

Paste these CSS custom properties directly into your project's root stylesheet.

:root {
  --primary: #7C3AED;
  --secondary: #A855F7;
  --accent: #06B6D4;
  --background: #0A0A0A;
  --card: #111827;
  --text: #F9FAFB;
}
💡 Tip: You can also apply themes using the CLI: npx forgeui theme modern