"99C1F0" shadcn/ui theme

Serene
Horizon
Minimalist
Nature-Inspired
Clean
Leisure
Sky
Airiness
Daytime Bliss
Nighttime Calm
Tranquility
Serenity
Balance
Modern
Simple
Elegant
Refreshing
Light
Dark
Contrast
Harmony

Shadcn/ui Theme Css Variables

name: Serene Horizonkeyword: 99C1F0 views: 2

:root {
  --background: 220 18% 94%;
  --foreground: 220 18% 94%;
  --card: 220 18% 94%;
  --card-foreground: 220 18% 94%;
  --popover: 220 18% 94%;
  --popover-foreground: 220 18% 94%;
  --primary: 220 18% 94%;
  --primary-foreground: 220 18% 94%;
  --secondary: 220 18% 94%;
  --secondary-foreground: 220 18% 94%;
  --muted: 220 18% 94%;
  --muted-foreground: 220 18% 94%;
  --accent: 220 18% 94%;
  --accent-foreground: 220 18% 94%;
  --destructive: 220 18% 94%;
  --destructive-foreground: 220 18% 94%;
  --border: 20 0% 0%;
  --input: 0 0% 0%;
  --ring: 0 0% 0%;
  --radius: 0.75rem;
  --chart-1: 0 0% 0%;
  --chart-2: 0 0% 0%;
  --chart-3: 0 0% 0%;
  --chart-4: 0 0% 0%;
  --chart-5: 0 0% 0%;
} 

.dark {
  --background: 220 18% 10%;
  --foreground: 220 18% 10%;
  --card: 220 18% 10%;
  --card-foreground: 220 18% 10%;
  --popover: 220 18% 10%;
  --popover-foreground: 220 18% 10%;
  --primary: 220 18% 10%;
  --primary-foreground: 220 18% 10%;
  --secondary: 220 18% 10%;
  --secondary-foreground: 220 18% 10%;
  --muted: 220 18% 10%;
  --muted-foreground: 220 18% 10%;
  --accent: 220 18% 10%;
  --accent-foreground: 220 18% 10%;
  --destructive: 220 18% 10%;
  --destructive-foreground: 220 18% 10%;
  --border: 20 0% 0%;
  --input: 0 0% 0%;
  --ring: 0 0% 0%;
  --radius: 0.75rem;
  --chart-1: 0 0% 0%;
  --chart-2: 0 0% 0%;
  --chart-3: 0 0% 0%;
  --chart-4: 0 0% 0%;
  --chart-5: 0 0% 0%;
}