"pastle" shadcn/ui theme

innovative
bold
futuristic
immersive
high-contrast
pastel-palette
experimental
modern

Shadcn/ui Theme Css Variables

name: Pastel Nebulakeyword: pastle views: 8

:root {
  --background: 320 90% 85%;
  --foreground: 240 10% 3.9%;
  --card: 300 80% 90%;
  --card-foreground: 240 10% 3.9%;
  --popover: 310 75% 88%;
  --popover-foreground: 240 10% 3.9%;
  --primary: 180 70% 60%;
  --primary-foreground: 355.7 100% 97.3%;
  --secondary: 280 60% 85%;
  --secondary-foreground: 240 5.9% 10%;
  --muted: 290 65% 80%;
  --muted-foreground: 240 3.8% 46.1%;
  --accent: 260 70% 75%;
  --accent-foreground: 240 5.9% 10%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;
  --border: 270 50% 90%;
  --input: 270 50% 90%;
  --ring: 180 70% 60%;
  --radius: 0.75rem;
  --chart-1: 12 76% 61%;
  --chart-2: 173 58% 39%;
  --chart-3: 197 37% 24%;
  --chart-4: 43 74% 66%;
  --chart-5: 27 87% 67%;
}