"rose pine" shadcn/ui theme

Innovative Design
Bold Colors
High Contrast
Immersive Experience
Futuristic Aesthetic
Readability Focus
Visual Impact
Non-Traditional Palette

Shadcn/ui Theme Css Variables

name: Vibrant Aurorakeyword: rose pine views: 106

:root {
  --background: 340 100% 30%;
  --foreground: 60 100% 95%;
  --card: 330 100% 25%;
  --card-foreground: 60 100% 95%;
  --popover: 290 80% 35%;
  --popover-foreground: 60 100% 95%;
  --primary: 10 100% 50%;
  --primary-foreground: 200 100% 97%;
  --secondary: 0 100% 90%;
  --secondary-foreground: 0 0% 10%;
  --muted: 0 0% 95%;
  --muted-foreground: 290 60% 20%;
  --accent: 50 100% 70%;
  --accent-foreground: 270 100% 10%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 0 0% 95%;
  --border: 0 0% 80%;
  --input: 0 0% 90%;
  --ring: 290 100% 50%;
  --radius: 1rem;
  --chart-1: 30 100% 60%;
  --chart-2: 350 100% 50%;
  --chart-3: 230 100% 30%;
  --chart-4: 270 100% 70%;
  --chart-5: 330 100% 50%;
}