gothic elegance
vampire-inspired
crimson and shadow
mysterious atmosphere
high contrast
emotional depth
immersive experience
modern gothic
dramatic mode switching
dark romance
story-driven
bold and haunting
intense and captivating
user-friendly
readable and functional
Shadcn/ui Theme Css Variables
name: Crimson Nocturnekeyword: dracula views: 4
:root {
--background: 0 0% 98%;
--foreground: 0 0% 20%;
--card: 0 0% 95%;
--card-foreground: 0 0% 20%;
--popover: 0 0% 95%;
--popover-foreground: 0 0% 20%;
--primary: 0 75% 50%;
--primary-foreground: 0 0% 98%;
--secondary: 0 0% 90%;
--secondary-foreground: 0 0% 20%;
--muted: 0 0% 80%;
--muted-foreground: 0 0% 40%;
--accent: 0 50% 70%;
--accent-foreground: 0 0% 20%;
--destructive: 0 80% 60%;
--destructive-foreground: 0 0% 98%;
--border: 0 0% 85%;
--input: 0 0% 90%;
--ring: 0 75% 50%;
--radius: 0.75rem;
--chart-1: 0 75% 50%;
--chart-2: 0 50% 70%;
--chart-3: 0 80% 60%;
--chart-4: 0 0% 80%;
--chart-5: 0 0% 60%;
}
.dark {
--background: 0 0% 10%;
--foreground: 0 0% 90%;
--card: 0 0% 15%;
--card-foreground: 0 0% 90%;
--popover: 0 0% 15%;
--popover-foreground: 0 0% 90%;
--primary: 0 75% 50%;
--primary-foreground: 0 0% 90%;
--secondary: 0 0% 20%;
--secondary-foreground: 0 0% 90%;
--muted: 0 0% 30%;
--muted-foreground: 0 0% 70%;
--accent: 0 50% 70%;
--accent-foreground: 0 0% 90%;
--destructive: 0 80% 60%;
--destructive-foreground: 0 0% 90%;
--border: 0 0% 25%;
--input: 0 0% 20%;
--ring: 0 75% 50%;
--radius: 0.75rem;
--chart-1: 0 75% 50%;
--chart-2: 0 50% 70%;
--chart-3: 0 80% 60%;
--chart-4: 0 0% 40%;
--chart-5: 0 0% 60%;
}