"cards with infos value note" shadcn/ui theme

innovative
high-contrast
futuristic
vibrant
immersive
bold
eye-catching
experimental
modern
readable

Shadcn/ui Theme Css Variables

name: Neon Spectrumkeyword: cards with infos value note views: 12

:root {
  --background: linear-gradient(135deg, hsl(270, 100%, 20%), hsl(300, 100%, 25%));
  --foreground: hsl(60, 100%, 95%);
  --card: hsla(270, 100%, 30%, 0.7);
  --card-foreground: hsl(60, 100%, 95%);
  --popover: hsla(300, 100%, 35%, 0.7);
  --popover-foreground: hsl(60, 100%, 95%);
  --primary: hsl(180, 100%, 50%);
  --primary-foreground: hsl(270, 100%, 20%);
  --secondary: hsl(240, 100%, 50%);
  --secondary-foreground: hsl(60, 100%, 95%);
  --muted: hsla(240, 100%, 30%, 0.7);
  --muted-foreground: hsl(60, 100%, 85%);
  --accent: hsl(120, 100%, 50%);
  --accent-foreground: hsl(270, 100%, 20%);
  --destructive: hsl(0, 100%, 50%);
  --destructive-foreground: hsl(60, 100%, 95%);
  --border: hsl(300, 100%, 50%);
  --input: hsla(300, 100%, 50%, 0.5);
  --ring: hsl(180, 100%, 50%);
  --radius: 1rem;
  --chart-1: hsl(12, 100%, 70%);
  --chart-2: hsl(173, 100%, 50%);
  --chart-3: hsl(197, 100%, 50%);
  --chart-4: hsl(43, 100%, 70%);
  --chart-5: hsl(27, 100%, 70%);
}