DesignSystems.One Logodesignsystems.one
FoundationsDesign SystemsFrameworksDesignOpsTools

DesignSystems.One © 2025

Contact

Theme Builder

Create and customize themes for your design system. Modify colors, typography, spacing, and more. Preview your changes in real-time and export the theme in various formats.

Theme Configuration

Base Colors

Primary & Secondary

Accent & Muted

Utility Colors

Predefined Themes
Saved Themes

No saved themes yet

Save your current theme to see it here

Export Theme

Export Theme

:root {
  --background: #ffffff;
  --foreground: #0f172a;
  --card: #ffffff;
  --card-foreground: #0f172a;
  --popover: #ffffff;
  --popover-foreground: #0f172a;
  --primary: #49664E;
  --primary-foreground: #ffffff;
  --secondary: #f1f5f9;
  --secondary-foreground: #0f172a;
  --muted: #f1f5f9;
  --muted-foreground: #64748b;
  --accent: #f1f5f9;
  --accent-foreground: #0f172a;
  --destructive: #ef4444;
  --destructive-foreground: #ffffff;
  --border: #e2e8f0;
  --input: #e2e8f0;
  --ring: #94a3b8;
  --radius: 0.5rem;
}