"mint" shadcn/ui theme

fresh
cool
refreshing
modern
crisp
arctic
frosted
minimalist
high-contrast
biophilic
energizing-light
calming-dark
semi-flat
glass-morphism-inspired
data-visualization-friendly
accessible
luxury-tech
spa-like
adaptive-emotion

Shadcn/ui Theme Css Variables

name: Frosted Mintkeyword: mint views: 4

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

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