"后台管理" shadcn/ui theme

Experimental
Neon
High Contrast
Retro-Futuristic
Visual Impact
Bold Colours
Modern
Tech-Inspired

Shadcn/ui Theme Css Variables

name: RetroWavekeyword: 后台管理 views: 8

:root {
  --background: 292 100% 15%;
  --foreground: 50 100% 90%;
  --card: 292 100% 10%;
  --card-foreground: 50 100% 90%;
  --popover: 292 100% 20%;
  --popover-foreground: 50 100% 90%;
  --primary: 192 100% 50%;
  --primary-foreground: 292 100% 15%;
  --secondary: 342 100% 50%;
  --secondary-foreground: 292 100% 15%;
  --muted: 292 100% 30%;
  --muted-foreground: 50 100% 80%;
  --accent: 282 100% 50%;
  --accent-foreground: 292 100% 15%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 50 100% 90%;
  --border: 292 100% 40%;
  --input: 292 100% 40%;
  --ring: 192 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%;
}