"天空" shadcn/ui theme

sky-inspired
tranquil-to-mystical
dynamic-contrast
modern-aesthetics
day-to-night-transition
calm-and-focus
immersive-experience
blue-tones
emotional-shift
clean-design

Shadcn/ui Theme Css Variables

name: Sky Horizonkeyword: 天空 views: 6

:root {
  --background: 210 40% 95%;
  --foreground: 210 10% 20%;
  --card: 210 30% 90%;
  --card-foreground: 210 10% 25%;
  --popover: 210 35% 88%;
  --popover-foreground: 210 10% 28%;
  --primary: 210 50% 55%;
  --primary-foreground: 210 100% 95%;
  --secondary: 210 30% 70%;
  --secondary-foreground: 210 50% 25%;
  --muted: 210 20% 85%;
  --muted-foreground: 210 10% 40%;
  --accent: 210 40% 65%;
  --accent-foreground: 210 100% 95%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 210 100% 95%;
  --border: 210 20% 80%;
  --input: 210 30% 85%;
  --ring: 210 50% 55%;
  --radius: 0.75rem;
  --chart-1: 210 50% 55%;
  --chart-2: 210 40% 65%;
  --chart-3: 210 30% 70%;
  --chart-4: 210 20% 80%;
  --chart-5: 210 10% 90%;
} 

.dark {
  --background: 210 30% 15%;
  --foreground: 210 20% 90%;
  --card: 210 25% 20%;
  --card-foreground: 210 20% 85%;
  --popover: 210 20% 22%;
  --popover-foreground: 210 20% 80%;
  --primary: 210 50% 55%;
  --primary-foreground: 210 100% 95%;
  --secondary: 210 30% 40%;
  --secondary-foreground: 210 20% 90%;
  --muted: 210 25% 25%;
  --muted-foreground: 210 20% 70%;
  --accent: 210 40% 50%;
  --accent-foreground: 210 100% 95%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 210 100% 95%;
  --border: 210 20% 30%;
  --input: 210 25% 25%;
  --ring: 210 50% 55%;
  --radius: 0.75rem;
  --chart-1: 210 50% 55%;
  --chart-2: 210 40% 50%;
  --chart-3: 210 30% 40%;
  --chart-4: 210 25% 30%;
  --chart-5: 210 20% 20%;
}