"a dnd fantasy blog with a retro paper feel" shadcn/ui theme

fantasy
retro
paper
immersive
storytelling
contrast
emotional
unique
modern
readable
user-friendly
vivid
nostalgic
thematic
dnd
adventure

Shadcn/ui Theme Css Variables

name: ElderScrollkeyword: a dnd fantasy blog with a retro paper feel views: 10

:root {
  --background: 92% 85% 90%;
  --foreground: 20% 25% 30%;
  --card: 85% 80% 75%;
  --card-foreground: 25% 30% 35%;
  --popover: 80% 75% 70%;
  --popover-foreground: 30% 35% 40%;
  --primary: 45% 50% 55%;
  --primary-foreground: 95% 90% 85%;
  --secondary: 60% 55% 50%;
  --secondary-foreground: 90% 85% 80%;
  --muted: 75% 70% 65%;
  --muted-foreground: 40% 45% 50%;
  --accent: 30% 35% 40%;
  --accent-foreground: 85% 80% 75%;
  --destructive: 15% 20% 25%;
  --destructive-foreground: 90% 85% 80%;
  --border: 25% 30% 35%;
  --input: 80% 75% 70%;
  --ring: 35% 40% 45%;
  --radius: 0.75rem;
  --chart-1: 50% 55% 60%;
  --chart-2: 55% 60% 65%;
  --chart-3: 60% 65% 70%;
  --chart-4: 65% 70% 75%;
  --chart-5: 70% 75% 80%;
} 

.dark {
  --background: 20% 25% 30%;
  --foreground: 85% 90% 95%;
  --card: 25% 30% 35%;
  --card-foreground: 80% 85% 90%;
  --popover: 30% 35% 40%;
  --popover-foreground: 75% 80% 85%;
  --primary: 45% 50% 55%;
  --primary-foreground: 95% 90% 85%;
  --secondary: 60% 55% 50%;
  --secondary-foreground: 90% 85% 80%;
  --muted: 35% 40% 45%;
  --muted-foreground: 70% 75% 80%;
  --accent: 30% 35% 40%;
  --accent-foreground: 85% 80% 75%;
  --destructive: 15% 20% 25%;
  --destructive-foreground: 90% 85% 80%;
  --border: 35% 40% 45%;
  --input: 30% 35% 40%;
  --ring: 45% 50% 55%;
  --radius: 0.75rem;
  --chart-1: 55% 60% 65%;
  --chart-2: 60% 65% 70%;
  --chart-3: 65% 70% 75%;
  --chart-4: 70% 75% 80%;
  --chart-5: 75% 80% 85%;
}