"neobrutalist" shadcn/ui theme

experimental
high-contrast
futuristic
immersive
bold-colors

Shadcn/ui Theme Css Variables

name: NeoBrutalist Electrickeyword: neobrutalist views: 42

:root {
  --background: 0 0% 10%;
  --foreground: 0 0% 95%;
  --card: 0 0% 15%;
  --card-foreground: 0 0% 95%;
  --popover: 0 0% 15%;
  --popover-foreground: 0 0% 95%;
  --primary: 330 100% 70%;
  --primary-foreground: 0 0% 15%;
  --secondary: 60 100% 70%;
  --secondary-foreground: 0 0% 15%;
  --muted: 0 0% 20%;
  --muted-foreground: 0 0% 70%;
  --accent: 200 100% 70%;
  --accent-foreground: 0 0% 15%;
  --destructive: 10 100% 70%;
  --destructive-foreground: 0 0% 15%;
  --border: 0 0% 25%;
  --input: 0 0% 25%;
  --ring: 330 100% 70%;
  --radius: 0.75rem;
  --chart-1: 330 100% 70%;
  --chart-2: 60 100% 70%;
  --chart-3: 200 100% 70%;
  --chart-4: 10 100% 70%;
  --chart-5: 280 100% 70%;
}