"Colorful" shadcn/ui theme

experimental
high-contrast
future-tech
immersive
bold-colors
modern
innovative
color-theory
visual-impact
readability

Shadcn/ui Theme Css Variables

name: Prismatic Pulsekeyword: Colorful views: 12

:root {
  --background: 263 100% 15%;
  --foreground: 53 100% 90%;
  --card: 263 100% 15%;
  --card-foreground: 53 100% 90%;
  --popover: 263 100% 15%;
  --popover-foreground: 53 100% 90%;
  --primary: 197 100% 50%;
  --primary-foreground: 0 0% 0%;
  --secondary: 142 100% 50%;
  --secondary-foreground: 0 0% 0%;
  --muted: 263 100% 30%;
  --muted-foreground: 53 100% 70%;
  --accent: 27 100% 50%;
  --accent-foreground: 0 0% 0%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 0 0% 0%;
  --border: 263 100% 50%;
  --input: 263 100% 50%;
  --ring: 197 100% 50%;
  --radius: 0.75rem;
  --chart-1: 12 100% 70%;
  --chart-2: 173 100% 50%;
  --chart-3: 197 100% 70%;
  --chart-4: 43 100% 70%;
  --chart-5: 27 100% 70%;
}