"blue" shadcn/ui theme

innovative
bold
futuristic
immersive
high-contrast
modern
experimental
color-optimized
unique
eye-catching

Shadcn/ui Theme Css Variables

name: Neon Abysskeyword: blue views: 6

:root {
  --background: 240 100% 20%;
  --foreground: 0 0% 100%;
  --card: 240 100% 15%;
  --card-foreground: 0 0% 100%;
  --popover: 240 100% 10%;
  --popover-foreground: 0 0% 100%;
  --primary: 220 100% 60%;
  --primary-foreground: 0 0% 100%;
  --secondary: 200 100% 40%;
  --secondary-foreground: 0 0% 100%;
  --muted: 240 100% 30%;
  --muted-foreground: 0 0% 100%;
  --accent: 180 100% 50%;
  --accent-foreground: 240 100% 20%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 0 0% 100%;
  --border: 240 100% 40%;
  --input: 240 100% 50%;
  --ring: 220 100% 60%;
  --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%;
}