"birthday" shadcn/ui theme

Color
Use Cases
Style
Feeling

Shadcn/ui Theme Css Variables

name: Celebration Sparkkeyword: birthday views: 34

:root {
  --background: 48 95% 98%;
  --foreground: 250 20% 20%;
  --card: 48 95% 100%;
  --card-foreground: 250 20% 20%;
  --popover: 48 95% 100%;
  --popover-foreground: 250 20% 20%;
  --primary: 35 80% 50%;
  --primary-foreground: 50 100% 100%;
  --secondary: 200 80% 90%;
  --secondary-foreground: 250 20% 20%;
  --muted: 200 80% 95%;
  --muted-foreground: 250 20% 50%;
  --accent: 28 80% 90%;
  --accent-foreground: 250 20% 20%;
  --destructive: 0 80% 50%;
  --destructive-foreground: 0 0% 100%;
  --border: 200 80% 85%;
  --input: 200 80% 85%;
  --ring: 35 80% 50%;
  --radius: 0.85rem;
  --chart-1: 45 90% 65%;
  --chart-2: 175 70% 50%;
  --chart-3: 200 60% 40%;
  --chart-4: 70 95% 65%;
  --chart-5: 340 80% 60%;
}



.dark {
  --background: 250 10% 10%;
  --foreground: 0 0% 98%;
  --card: 250 10% 15%;
  --card-foreground: 0 0% 98%;
  --popover: 250 10% 15%;
  --popover-foreground: 0 0% 98%;
  --primary: 35 85% 60%;
  --primary-foreground: 0 0% 15%;
  --secondary: 250 10% 20%;
  --secondary-foreground: 0 0% 98%;
  --muted: 250 10% 20%;
  --muted-foreground: 0 0% 70%;
  --accent: 40 80% 20%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 80% 60%;
  --destructive-foreground: 0 0% 100%;
  --border: 250 10% 25%;
  --input: 250 10% 25%;
  --ring: 35 85% 60%;
  --chart-1: 240 75% 60%;
  --chart-2: 160 65% 50%;
  --chart-3: 60 85% 65%;
  --chart-4: 300 70% 65%;
  --chart-5: 340 75% 60%;
}