"glass" shadcn/ui theme

transparent
crystal-clear
modern
minimalist
calm
reflective
futuristic
cool-toned
light-dark-contrast
glass-effect
sleek
sophisticated
immersive
serene
tech-inspired

Shadcn/ui Theme Css Variables

name: Glass Horizonkeyword: glass views: 10

:root {
  --background: 210 20% 98%;
  --foreground: 210 10% 15%;
  --card: 210 20% 95%;
  --card-foreground: 210 10% 20%;
  --popover: 210 20% 97%;
  --popover-foreground: 210 10% 15%;
  --primary: 200 80% 50%;
  --primary-foreground: 210 20% 98%;
  --secondary: 190 60% 40%;
  --secondary-foreground: 210 20% 98%;
  --muted: 210 10% 90%;
  --muted-foreground: 210 10% 40%;
  --accent: 180 70% 35%;
  --accent-foreground: 210 20% 98%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 210 20% 98%;
  --border: 210 10% 85%;
  --input: 210 10% 90%;
  --ring: 200 80% 50%;
  --radius: 0.75rem;
  --chart-1: 200 80% 50%;
  --chart-2: 190 60% 40%;
  --chart-3: 180 70% 35%;
  --chart-4: 170 60% 30%;
  --chart-5: 160 50% 25%;
} 

.dark {
  --background: 210 10% 10%;
  --foreground: 210 20% 90%;
  --card: 210 10% 15%;
  --card-foreground: 210 20% 95%;
  --popover: 210 10% 12%;
  --popover-foreground: 210 20% 90%;
  --primary: 200 80% 50%;
  --primary-foreground: 210 10% 10%;
  --secondary: 190 60% 40%;
  --secondary-foreground: 210 10% 10%;
  --muted: 210 10% 20%;
  --muted-foreground: 210 10% 60%;
  --accent: 180 70% 35%;
  --accent-foreground: 210 10% 10%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 210 10% 10%;
  --border: 210 10% 25%;
  --input: 210 10% 20%;
  --ring: 200 80% 50%;
  --radius: 0.75rem;
  --chart-1: 200 80% 50%;
  --chart-2: 190 60% 40%;
  --chart-3: 180 70% 35%;
  --chart-4: 170 60% 30%;
  --chart-5: 160 50% 25%;
}