"fircrawl" shadcn/ui theme

fiery
contrast
dynamic
warm-cool
modern-minimalist
high-energy
emotional-depth
dramatic-shift
ember-inspired
crawling-shadows
burning-accent
smoky-backgrounds
adaptive-interface
immersive
sensory-rich

Shadcn/ui Theme Css Variables

name: Ember Veilkeyword: fircrawl views: 24

:root {
  --background: 15 23% 94%;
  --foreground: 0 0% 13%;
  --card: 15 23% 94%;
  --card-foreground: 0 0% 13%;
  --popover: 15 23% 94%;
  --popover-foreground: 0 0% 13%;
  --primary: 15 80% 50%;
  --primary-foreground: 15 23% 94%;
  --secondary: 30 70% 70%;
  --secondary-foreground: 0 0% 13%;
  --muted: 15 23% 80%;
  --muted-foreground: 0 0% 40%;
  --accent: 0 70% 60%;
  --accent-foreground: 15 23% 94%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 15 23% 94%;
  --border: 15 10% 70%;
  --input: 15 10% 80%;
  --ring: 15 80% 50%;
  --radius: 0.75rem;
  --chart-1: 15 80% 50%;
  --chart-2: 30 70% 70%;
  --chart-3: 0 70% 60%;
  --chart-4: 45 70% 60%;
  --chart-5: 60 70% 60%;
} 

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