"wind" shadcn/ui theme

futuristic
high-contrast
innovative
immersive
bold-colors
experimental
color-optimized
modern
tech-inspired

Shadcn/ui Theme Css Variables

name: Cyclonekeyword: wind views: 12

:root {
  --background: 201 80% 10%;
  --foreground: 0 0% 95%;
  --card: 201 80% 15%;
  --card-foreground: 0 0% 95%;
  --popover: 201 80% 20%;
  --popover-foreground: 0 0% 95%;
  --primary: 180 100% 50%;
  --primary-foreground: 201 80% 10%;
  --secondary: 210 80% 20%;
  --secondary-foreground: 0 0% 95%;
  --muted: 210 80% 25%;
  --muted-foreground: 0 0% 95%;
  --accent: 190 100% 40%;
  --accent-foreground: 201 80% 10%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 0 0% 95%;
  --border: 210 80% 30%;
  --input: 210 80% 30%;
  --ring: 180 100% 50%;
  --radius: 1rem;
  --chart-1: 180 100% 50%;
  --chart-2: 190 100% 40%;
  --chart-3: 200 100% 30%;
  --chart-4: 210 100% 20%;
  --chart-5: 220 100% 10%;
}