"modern dark material" shadcn/ui theme

futuristic
high-contrast
dark-theme
immersive
bold-colors
modern-ui
experimental
visually-striking

Shadcn/ui Theme Css Variables

name: Neon Abysskeyword: modern dark material views: 4

:root {
  --background: 240 3% 6%;
  --foreground: 0 0% 98%;
  --card: 240 3% 10%;
  --card-foreground: 0 0% 98%;
  --popover: 240 3% 10%;
  --popover-foreground: 0 0% 98%;
  --primary: 173 58% 39%;
  --primary-foreground: 0 0% 98%;
  --secondary: 240 3% 15%;
  --secondary-foreground: 0 0% 98%;
  --muted: 240 3% 20%;
  --muted-foreground: 240 3% 50%;
  --accent: 197 37% 24%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;
  --border: 240 3% 20%;
  --input: 240 3% 20%;
  --ring: 173 58% 39%;
  --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%;
}