"紫蓝色" shadcn/ui theme

bold-colors
high-contrast
futuristic-design
immersive-experience
visual-impact
non-traditional
modern-aesthetic
readability-focused
experimental-colors
unified-theme

Shadcn/ui Theme Css Variables

name: Neon Zephyrkeyword: 紫蓝色 views: 2

:root {
  --background: 249 80% 8%;
  --foreground: 249 5% 95%;
  --card: 249 80% 8%;
  --card-foreground: 249 5% 95%;
  --popover: 249 80% 8%;
  --popover-foreground: 249 5% 95%;
  --primary: 209 100% 50%;
  --primary-foreground: 249 5% 95%;
  --secondary: 249 80% 12%;
  --secondary-foreground: 249 5% 95%;
  --muted: 249 80% 12%;
  --muted-foreground: 249 5% 70%;
  --accent: 249 80% 12%;
  --accent-foreground: 249 5% 95%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;
  --border: 249 80% 20%;
  --input: 249 80% 20%;
  --ring: 209 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%;
}