"graphite" shadcn/ui theme

modern
minimalist
high-contrast
sophisticated
tech-inspired
dual-mode
calm-vs-intense
clean-lines
neutral-palette
bold-accents
professional
futuristic
light-dark-transition
soft-grays
vivid-blue

Shadcn/ui Theme Css Variables

name: Graphite Horizonkeyword: graphite views: 14

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

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