"classic" shadcn/ui theme

timeless
elegant
contrast
classic
modern
sophisticated
vintage
minimalist
neutral
natural
warmth
coldness
gold
silver
pastel
contrast

Shadcn/ui Theme Css Variables

name: Timeless Elegancekeyword: classic views: 2

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

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