Lagoon

A precise, aquatic theme that captures the calm clarity of shallow waters and the mysterious depth of the open ocean.

root {
  --radius: 0.7rem; 
  --background: oklch(0.99 0.005 195);
  --foreground: oklch(0.22 0.04 195);
 
  --card: oklch(0.985 0.006 195);
  --card-foreground: oklch(0.22 0.04 195);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.22 0.04 195);
 
  --primary: oklch(0.55 0.14 195);
  --primary-foreground: oklch(0.98 0.005 195);
  --secondary: oklch(0.96 0.02 195);
  --secondary-foreground: oklch(0.25 0.05 195);
 
  --muted: oklch(0.94 0.015 195);
  --muted-foreground: oklch(0.46 0.03 195);
  --accent: oklch(0.93 0.025 195);
  --accent-foreground: oklch(0.25 0.05 195);
  --destructive: oklch(0.65 0.20 29);
  --destructive-foreground: oklch(1 0 0);
 
  --border: oklch(0.88 0.025 195);
  --input: oklch(0.88 0.025 195);
  --ring: oklch(0.55 0.14 195);
 
  --sidebar: oklch(0.98 0.01 195);
  --sidebar-foreground: oklch(0.35 0.05 195);
  --sidebar-accent: oklch(0.94 0.025 195);
  --sidebar-accent-foreground: oklch(0.20 0.05 195);
  --sidebar-border: oklch(0.90 0.02 195);
  --sidebar-ring: oklch(0.55 0.14 195);
  
  --chart-1: oklch(0.55 0.14 195); 
  --chart-2: oklch(0.60 0.12 220); 
  --chart-3: oklch(0.65 0.15 170); 
  --chart-4: oklch(0.70 0.16 80); 
  --chart-5: oklch(0.58 0.11 260); 
}
 
.dark {
  --background: oklch(0.18 0.02 195);
  --foreground: oklch(0.97 0.01 195);
 
  --card: oklch(0.20 0.025 195);
  --card-foreground: oklch(0.97 0.01 195);
  --popover: oklch(0.22 0.03 195);
  --popover-foreground: oklch(0.97 0.01 195);
 
  --primary: oklch(0.62 0.16 195);
  --primary-foreground: oklch(0.15 0.02 195);
  --secondary: oklch(0.26 0.04 195);
  --secondary-foreground: oklch(0.97 0.01 195);
 
  --muted: oklch(0.25 0.03 195);
  --muted-foreground: oklch(0.70 0.04 195);
  --accent: oklch(0.28 0.05 195);
  --accent-foreground: oklch(0.98 0.01 195);
  --destructive: oklch(0.60 0.20 29);
  --destructive-foreground: oklch(0.98 0.01 195);
  
  --border: oklch(0.28 0.03 195);
  --input: oklch(0.28 0.03 195);
  --ring: oklch(0.62 0.16 195);
 
  --sidebar: oklch(0.15 0.02 195);
  --sidebar-foreground: oklch(0.75 0.03 195);
  --sidebar-accent: oklch(0.23 0.04 195);
  --sidebar-accent-foreground: oklch(0.98 0.01 195);
  --sidebar-border: oklch(0.23 0.03 195);
  --sidebar-ring: oklch(0.62 0.16 195);
 
  --chart-1: oklch(0.62 0.16 195);
  --chart-2: oklch(0.65 0.14 220);
  --chart-3: oklch(0.68 0.15 170);
  --chart-4: oklch(0.75 0.16 80);
  --chart-5: oklch(0.65 0.12 260);
}