"peakseven" shadcn/ui theme

mountain-inspired
aurora-colors
high-contrast
modern-minimalist
alpine-theme
vibrant-accent
dual-personality
nature-inspired
cool-toned
emotional-shift
professional-ux
accessible-design
chromatic-harmony
elevated-aesthetics
snow-peak-metaphor

Shadcn/ui Theme Css Variables

name: Alpine Aurorakeyword: peakseven views: 128

:root {
  --background: 240 10% 96%;
  --foreground: 240 10% 20%;
  --card: 240 10% 98%;
  --card-foreground: 240 10% 20%;
  --popover: 240 10% 98%;
  --popover-foreground: 240 10% 20%;
  --primary: 210 80% 50%;
  --primary-foreground: 240 10% 98%;
  --secondary: 180 60% 45%;
  --secondary-foreground: 240 10% 98%;
  --muted: 240 10% 90%;
  --muted-foreground: 240 10% 40%;
  --accent: 300 70% 55%;
  --accent-foreground: 240 10% 98%;
  --destructive: 0 80% 55%;
  --destructive-foreground: 240 10% 98%;
  --border: 240 10% 85%;
  --input: 240 10% 95%;
  --ring: 210 80% 50%;
  --radius: 0.75rem;
  --chart-1: 210 80% 50%;
  --chart-2: 180 60% 45%;
  --chart-3: 300 70% 55%;
  --chart-4: 30 80% 60%;
  --chart-5: 270 60% 50%;
} 

.dark {
  --background: 240 10% 10%;
  --foreground: 240 10% 90%;
  --card: 240 10% 15%;
  --card-foreground: 240 10% 90%;
  --popover: 240 10% 15%;
  --popover-foreground: 240 10% 90%;
  --primary: 210 80% 60%;
  --primary-foreground: 240 10% 10%;
  --secondary: 180 60% 55%;
  --secondary-foreground: 240 10% 10%;
  --muted: 240 10% 20%;
  --muted-foreground: 240 10% 70%;
  --accent: 300 70% 65%;
  --accent-foreground: 240 10% 10%;
  --destructive: 0 80% 65%;
  --destructive-foreground: 240 10% 10%;
  --border: 240 10% 25%;
  --input: 240 10% 20%;
  --ring: 210 80% 60%;
  --radius: 0.75rem;
  --chart-1: 210 80% 60%;
  --chart-2: 180 60% 55%;
  --chart-3: 300 70% 65%;
  --chart-4: 30 80% 70%;
  --chart-5: 270 60% 60%;
}