Orchid

A warm, expressive palette of vibrant rose and plum that brings sophisticated energy to your work.

@custom-variant dark (&:is(.dark *));
 
root {
  --radius: 0.6rem;
  --background: oklch(0.97 0.01 334);
  --foreground: oklch(0.36 0.03 290);
  --card: oklch(0.97 0.01 334);
  --card-foreground: oklch(0.36 0.03 290);
  --popover: oklch(0.97 0.01 334);
  --popover-foreground: oklch(0.36 0.03 290);
  --primary: oklch(0.61 0.07 300);
  --primary-foreground: oklch(0.97 0.01 300);
  --secondary: oklch(0.88 0.03 300);
  --secondary-foreground: oklch(0.36 0.03 290);
  --muted: oklch(0.93 0.01 334);
  --muted-foreground: oklch(0.43 0.01 325);
  --accent: oklch(0.90 0.03 322);
  --accent-foreground: oklch(0.25 0.04 290);
  --destructive: oklch(0.63 0.15 22.67);
  --destructive-foreground: oklch(0.98 0 0);
  --border: oklch(0.84 0.02 300);
  --input: oklch(0.87 0.04 300);
  --ring: oklch(0.61 0.07 300);
}
 
.dark {
  --background: oklch(0.18 0.01 298);
  --foreground: oklch(0.86 0.02 293);
  --card: oklch(0.25 0.03 292);
  --card-foreground: oklch(0.9 0.02 293);
  --popover: oklch(0.25 0.03 292);
  --popover-foreground: oklch(0.9 0.02 293);
  --primary: oklch(0.71 0.08 302);
  --primary-foreground: oklch(0.21 0.02 293);
  --secondary: oklch(0.46 0.04 295);
  --secondary-foreground: oklch(0.9 0.02 293);
  --muted: oklch(0.26 0.03 295);
  --muted-foreground: oklch(0.69 0.02 300);
  --accent: oklch(0.31 0.03 308);
  --accent-foreground: oklch(0.95 0.02 308);
  --destructive: oklch(0.68 0.14 21.4);
  --destructive-foreground: oklch(0.21 0.02 293);
  --border: oklch(0.3 0.03 293);
  --input: oklch(0.28 0.03 291);
  --ring: oklch(0.71 0.07 302);
}