Dune

A grounded, organic palette that blends warm sandstone neutrals with the vibrant heat of a desert sunset.

root {
  --radius: 0.875rem;
  --background: oklch(0.99 0.003 49);
  --foreground: oklch(0.19 0.035 44);
 
  --card: oklch(0.985 0.004 49);
  --card-foreground: oklch(0.19 0.035 44);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.19 0.035 44);
 
  --primary: oklch(0.62 0.21 36); 
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.95 0.02 49);
  --secondary-foreground: oklch(0.25 0.04 40);
 
  --muted: oklch(0.94 0.01 49);
  --muted-foreground: oklch(0.50 0.02 45);
  --accent: oklch(0.92 0.025 49);
  --accent-foreground: oklch(0.25 0.04 40);
  --destructive: oklch(0.63 0.22 29);
  --destructive-foreground: oklch(1 0 0);
  
  --border: oklch(0.88 0.02 49); 
  --input: oklch(0.88 0.02 49);
  --ring: oklch(0.62 0.21 36);
 
  --sidebar: oklch(0.975 0.01 49);
  --sidebar-foreground: oklch(0.35 0.04 44);
  --sidebar-accent: oklch(0.93 0.03 49);
  --sidebar-accent-foreground: oklch(0.20 0.05 40);
  --sidebar-border: oklch(0.90 0.02 49);
  --sidebar-ring: oklch(0.62 0.21 36);
 
  --chart-1: oklch(0.62 0.21 36); 
  --chart-2: oklch(0.65 0.18 60); 
  --chart-3: oklch(0.58 0.20 25); 
  --chart-4: oklch(0.75 0.16 85); 
  --chart-5: oklch(0.55 0.22 345); 
}
 
.dark {
  --background: oklch(0.16 0.01 45);
  --foreground: oklch(0.97 0.01 49);
  
  --card: oklch(0.19 0.015 45);
  --card-foreground: oklch(0.97 0.01 49);
  --popover: oklch(0.21 0.02 45);
  --popover-foreground: oklch(0.97 0.01 49);
 
  --primary: oklch(0.70 0.19 38);
  --primary-foreground: oklch(0.15 0.01 45);
  --secondary: oklch(0.26 0.03 45);
  --secondary-foreground: oklch(0.97 0.01 49);
 
  --muted: oklch(0.24 0.02 45);
  --muted-foreground: oklch(0.70 0.03 45);
  --accent: oklch(0.28 0.04 45);
  --accent-foreground: oklch(0.98 0.005 49);
  --destructive: oklch(0.57 0.20 28);
  --destructive-foreground: oklch(0.98 0.005 49);
  
  --border: oklch(0.27 0.02 45);
  --input: oklch(0.27 0.02 45);
  --ring: oklch(0.70 0.19 38);
 
  --sidebar: oklch(0.13 0.01 45);
  --sidebar-foreground: oklch(0.75 0.03 45);
  --sidebar-accent: oklch(0.22 0.03 45);
  --sidebar-accent-foreground: oklch(0.98 0.01 49);
  --sidebar-border: oklch(0.22 0.02 45);
  --sidebar-ring: oklch(0.70 0.19 38);
 
  --chart-1: oklch(0.70 0.19 38);
  --chart-2: oklch(0.72 0.15 60);
  --chart-3: oklch(0.65 0.18 25);
  --chart-4: oklch(0.82 0.15 85);
  --chart-5: oklch(0.63 0.19 345);
}