"education" shadcn/ui theme

inspiration
knowledge
growth
serenity
contrast
modern
immersive
clear
user-friendly

Shadcn/ui Theme Css Variables

name: Wisdom Grovekeyword: education views: 0

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

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