"horses" shadcn/ui theme

equestrian
natural
warm tones
contrast
modern
immersive
day-night transition
emotional depth
functional
readable

Shadcn/ui Theme Css Variables

name: Equestrian Horizonkeyword: horses views: 6

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

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