"Catppuccin" shadcn/ui theme

futuristic
high-contrast
immersive
bold-colors
experimental
modern
vibrant
unconventional
readable
cohesive

Shadcn/ui Theme Css Variables

name: Neon Dreamscapekeyword: Catppuccin views: 64

:root {
  --background: 270 100% 10%;
  --foreground: 60 100% 90%;
  --card: 270 100% 15%;
  --card-foreground: 60 100% 90%;
  --popover: 270 100% 20%;
  --popover-foreground: 60 100% 90%;
  --primary: 330 100% 50%;
  --primary-foreground: 60 100% 90%;
  --secondary: 300 100% 30%;
  --secondary-foreground: 60 100% 90%;
  --muted: 270 100% 25%;
  --muted-foreground: 60 100% 80%;
  --accent: 240 100% 50%;
  --accent-foreground: 60 100% 90%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 60 100% 90%;
  --border: 270 100% 30%;
  --input: 270 100% 30%;
  --ring: 330 100% 50%;
  --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%;
}