"小清新" shadcn/ui theme

清新自然
现代简约
柔和色调
情感温暖
活力与宁静
高效可读性
沉浸式体验
日夜模式对比

Shadcn/ui Theme Css Variables

name: 清新物语keyword: 小清新 views: 34

:root {
  --background: 95% 95% 95%;
  --foreground: 10% 10% 10%;
  --card: 98% 98% 98%;
  --card-foreground: 15% 15% 15%;
  --popover: 97% 97% 97%;
  --popover-foreground: 12% 12% 12%;
  --primary: 200 85% 60%;
  --primary-foreground: 95% 95% 95%;
  --secondary: 160 70% 45%;
  --secondary-foreground: 95% 95% 95%;
  --muted: 120 20% 90%;
  --muted-foreground: 40% 40% 40%;
  --accent: 45 80% 60%;
  --accent-foreground: 10% 10% 10%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 95% 95% 95%;
  --border: 120 20% 80%;
  --input: 120 20% 85%;
  --ring: 200 85% 60%;
  --radius: 0.75rem;
  --chart-1: 200 85% 60%;
  --chart-2: 160 70% 45%;
  --chart-3: 45 80% 60%;
  --chart-4: 120 70% 50%;
  --chart-5: 280 60% 70%;
} 

.dark {
  --background: 10% 10% 10%;
  --foreground: 95% 95% 95%;
  --card: 15% 15% 15%;
  --card-foreground: 90% 90% 90%;
  --popover: 12% 12% 12%;
  --popover-foreground: 88% 88% 88%;
  --primary: 200 70% 50%;
  --primary-foreground: 15% 15% 15%;
  --secondary: 160 60% 40%;
  --secondary-foreground: 15% 15% 15%;
  --muted: 120 15% 20%;
  --muted-foreground: 70% 70% 70%;
  --accent: 45 70% 55%;
  --accent-foreground: 15% 15% 15%;
  --destructive: 0 60% 45%;
  --destructive-foreground: 15% 15% 15%;
  --border: 120 15% 25%;
  --input: 120 15% 20%;
  --ring: 200 70% 50%;
  --radius: 0.75rem;
  --chart-1: 200 70% 50%;
  --chart-2: 160 60% 40%;
  --chart-3: 45 70% 55%;
  --chart-4: 120 60% 45%;
  --chart-5: 280 50% 60%;
}