"admin dashboard" shadcn/ui theme

modern
minimalist
high-contrast
professional
data-driven
calm
futuristic
user-friendly
dashboard-focused
light-dark-theme
blue-accent
pink-accent
accessible
clean-layout
tech-inspired

Shadcn/ui Theme Css Variables

name: Neo Horizonkeyword: admin dashboard views: 20

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

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