"medicine" shadcn/ui theme

healing
modern
calm
contrast
professional
minimalist
accessible
emotional
immersive
future-forward

Shadcn/ui Theme Css Variables

name: Healing Horizonkeyword: medicine views: 2

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

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