"saas" shadcn/ui theme

modern-tech
clean-lines
high-contrast
user-friendly
professional
dynamic-transitions
blue-tones
minimalist-interface

Shadcn/ui Theme Css Variables

name: Neo Aurorakeyword: saas views: 32

:root {
  --background: 210 20% 98%;
  --foreground: 210 10% 5%;
  --card: 210 20% 95%;
  --card-foreground: 210 10% 10%;
  --popover: 210 20% 95%;
  --popover-foreground: 210 10% 10%;
  --primary: 210 80% 40%;
  --primary-foreground: 210 20% 98%;
  --secondary: 210 60% 30%;
  --secondary-foreground: 210 20% 98%;
  --muted: 210 15% 85%;
  --muted-foreground: 210 10% 40%;
  --accent: 210 50% 25%;
  --accent-foreground: 210 20% 98%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 210 20% 98%;
  --border: 210 5% 80%;
  --input: 210 5% 90%;
  --ring: 210 80% 40%;
  --radius: 0.75rem;
  --chart-1: 210 80% 40%;
  --chart-2: 210 60% 30%;
  --chart-3: 210 50% 25%;
  --chart-4: 210 40% 20%;
  --chart-5: 210 30% 15%;
} 

.dark {
  --background: 210 10% 10%;
  --foreground: 210 20% 90%;
  --card: 210 15% 15%;
  --card-foreground: 210 20% 90%;
  --popover: 210 15% 15%;
  --popover-foreground: 210 20% 90%;
  --primary: 210 70% 50%;
  --primary-foreground: 210 10% 10%;
  --secondary: 210 50% 40%;
  --secondary-foreground: 210 10% 10%;
  --muted: 210 10% 25%;
  --muted-foreground: 210 20% 70%;
  --accent: 210 40% 35%;
  --accent-foreground: 210 10% 10%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 210 10% 10%;
  --border: 210 5% 20%;
  --input: 210 5% 15%;
  --ring: 210 70% 50%;
  --radius: 0.75rem;
  --chart-1: 210 70% 50%;
  --chart-2: 210 50% 40%;
  --chart-3: 210 40% 35%;
  --chart-4: 210 30% 30%;
  --chart-5: 210 20% 25%;
}