"catppuccin" shadcn/ui theme

soft-pastel
dreamy-aesthetic
modern-design
emotive-colors
immersive-theme
light-dark-contrast
catppuccin-inspired
unique-narrative
calm-vs-mystical
future-forward

Shadcn/ui Theme Css Variables

name: Catppuccin Dreamscapekeyword: catppuccin views: 6

:root {
  --background: 23 23% 95%;
  --foreground: 23 23% 10%;
  --card: 23 23% 90%;
  --card-foreground: 23 23% 15%;
  --popover: 23 23% 85%;
  --popover-foreground: 23 23% 20%;
  --primary: 240 50% 68%;
  --primary-foreground: 240 50% 95%;
  --secondary: 180 50% 60%;
  --secondary-foreground: 180 50% 95%;
  --muted: 23 23% 80%;
  --muted-foreground: 23 23% 40%;
  --accent: 300 50% 70%;
  --accent-foreground: 300 50% 95%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 0 70% 95%;
  --border: 23 23% 75%;
  --input: 23 23% 85%;
  --ring: 240 50% 68%;
  --radius: 0.75rem;
  --chart-1: 240 50% 68%;
  --chart-2: 180 50% 60%;
  --chart-3: 300 50% 70%;
  --chart-4: 120 50% 60%;
  --chart-5: 0 70% 50%;
} 

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