"reggae" shadcn/ui theme

vibrant
bold
contrasting
experimental
modern
futuristic
immersive
colorful
readable
unified

Shadcn/ui Theme Css Variables

name: Reggae Rhapsodykeyword: reggae views: 382

:root {
  --background: 39 100% 55%;
  --foreground: 0 0% 0%;
  --card: 273 76% 24%;
  --card-foreground: 0 0% 100%;
  --popover: 120 100% 40%;
  --popover-foreground: 0 0% 100%;
  --primary: 273 76% 24%;
  --primary-foreground: 0 0% 100%;
  --secondary: 39 100% 55%;
  --secondary-foreground: 0 0% 0%;
  --muted: 120 100% 40%;
  --muted-foreground: 0 0% 100%;
  --accent: 0 100% 50%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 100%;
  --border: 39 100% 55%;
  --input: 273 76% 24%;
  --ring: 120 100% 40%;
  --radius: 0.75rem;
  --chart-1: 39 100% 55%;
  --chart-2: 273 76% 24%;
  --chart-3: 120 100% 40%;
  --chart-4: 0 100% 50%;
  --chart-5: 0 84.2% 60.2%;
}