"laker" shadcn/ui theme

Neon
High-Contrast
Futuristic
Bold
Immersive
Experimental
Vibrant
Unconventional
Modern

Shadcn/ui Theme Css Variables

name: Neon Lakerkeyword: laker views: 26

:root {
  --background: 240 10% 3.9%;
  --foreground: 355.7 100% 97.3%;
  --card: 240 10% 3.9%;
  --card-foreground: 355.7 100% 97.3%;
  --popover: 240 10% 3.9%;
  --popover-foreground: 355.7 100% 97.3%;
  --primary: 173 58% 39%;
  --primary-foreground: 240 10% 3.9%;
  --secondary: 197 37% 24%;
  --secondary-foreground: 355.7 100% 97.3%;
  --muted: 197 37% 24%;
  --muted-foreground: 355.7 100% 97.3%;
  --accent: 12 76% 61%;
  --accent-foreground: 240 10% 3.9%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 355.7 100% 97.3%;
  --border: 173 58% 39%;
  --input: 173 58% 39%;
  --ring: 12 76% 61%;
  --radius: 0.75rem;
  --chart-1: 12 76% 61%;
  --chart-2: 173 58% 39%;
  --chart-3: 197 37% 24%;
  --chart-4: 43 74% 66%;
  --chart-5: 27 87% 67%;
}