"浅蓝" shadcn/ui theme

Innovative
High-Contrast
Future-Tech
Bold-Colors
Immersive
Modern

Shadcn/ui Theme Css Variables

name: Cyan Horizonkeyword: 浅蓝 views: 2

:root {
  --background: 180 100% 80%;
  --foreground: 240 10% 3.9%;
  --card: 180 100% 85%;
  --card-foreground: 240 10% 3.9%;
  --popover: 180 100% 85%;
  --popover-foreground: 240 10% 3.9%;
  --primary: 180 100% 50%;
  --primary-foreground: 0 0% 98%;
  --secondary: 180 100% 70%;
  --secondary-foreground: 240 10% 3.9%;
  --muted: 180 100% 70%;
  --muted-foreground: 240 3.8% 46.1%;
  --accent: 180 100% 60%;
  --accent-foreground: 240 10% 3.9%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;
  --border: 180 100% 70%;
  --input: 180 100% 70%;
  --ring: 180 100% 50%;
  --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%;
}