"glass" shadcn/ui theme

futuristic
neon
high-contrast
experimental
immersive
bold-color
glass-effect

Shadcn/ui Theme Css Variables

name: Neon Glasskeyword: glass views: 14

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