"orange" shadcn/ui theme

vibrant
fresh
energetic
citrus-inspired
high-contrast
modern
immersive
day-to-night
dynamic
emotional
bright
bold
contrasting
functional
accessible
design-forward
future-ready
colorful
inclusive
invigorating

Shadcn/ui Theme Css Variables

name: Citrus Aurorakeyword: orange views: 40

:root {
  --background: 0 0% 98%;
  --foreground: 24 10% 10%;
  --card: 0 0% 95%;
  --card-foreground: 24 10% 10%;
  --popover: 0 0% 95%;
  --popover-foreground: 24 10% 10%;
  --primary: 24 100% 50%;
  --primary-foreground: 0 0% 100%;
  --secondary: 40 100% 50%;
  --secondary-foreground: 0 0% 100%;
  --muted: 0 0% 90%;
  --muted-foreground: 24 10% 40%;
  --accent: 200 100% 50%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 0 0% 100%;
  --border: 24 10% 80%;
  --input: 24 10% 90%;
  --ring: 24 100% 50%;
  --chart-1: 24 100% 50%;
  --chart-2: 40 100% 50%;
  --chart-3: 200 100% 50%;
  --chart-4: 300 100% 50%;
  --chart-5: 0 100% 50%;
} 

.dark {
  --background: 24 10% 10%;
  --foreground: 0 0% 95%;
  --card: 24 10% 15%;
  --card-foreground: 0 0% 95%;
  --popover: 24 10% 15%;
  --popover-foreground: 0 0% 95%;
  --primary: 24 100% 50%;
  --primary-foreground: 0 0% 100%;
  --secondary: 40 100% 50%;
  --secondary-foreground: 0 0% 100%;
  --muted: 24 10% 20%;
  --muted-foreground: 0 0% 80%;
  --accent: 200 100% 50%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 0 0% 100%;
  --border: 24 10% 30%;
  --input: 24 10% 20%;
  --ring: 24 100% 50%;
  --chart-1: 24 100% 50%;
  --chart-2: 40 100% 50%;
  --chart-3: 200 100% 50%;
  --chart-4: 300 100% 50%;
  --chart-5: 0 100% 50%;
}