"206bc4" shadcn/ui theme

experimental
high-contrast
futuristic
immersive
bold-colors
visual-impact
modern
disruptive

Shadcn/ui Theme Css Variables

name: Neon Spectrumkeyword: 206bc4 views: 10

:root {
  --background: 206 73% 39%;
  --foreground: 0 0% 100%;
  --card: 206 73% 39%;
  --card-foreground: 0 0% 100%;
  --popover: 206 73% 39%;
  --popover-foreground: 0 0% 100%;
  --primary: 173 58% 39%;
  --primary-foreground: 0 0% 100%;
  --secondary: 197 37% 24%;
  --secondary-foreground: 0 0% 100%;
  --muted: 240 3.8% 46.1%;
  --muted-foreground: 0 0% 100%;
  --accent: 43 74% 66%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;
  --border: 240 5.9% 90%;
  --input: 240 5.9% 90%;
  --ring: 173 58% 39%;
  --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%;
}