"email template generator" shadcn/ui theme

neon-inspired
high-contrast
modern-email-design
vibrant-colors
light-dark-theme
user-friendly
emotional-engagement
dynamic-visuals
professional-email-templates
future-forward

Shadcn/ui Theme Css Variables

name: Neon Pulsekeyword: email template generator views: 14

:root {
  --background: 240 10% 98%;
  --foreground: 240 10% 20%;
  --card: 240 10% 95%;
  --card-foreground: 240 10% 20%;
  --popover: 240 10% 95%;
  --popover-foreground: 240 10% 20%;
  --primary: 210 100% 50%;
  --primary-foreground: 240 10% 98%;
  --secondary: 270 100% 70%;
  --secondary-foreground: 240 10% 98%;
  --muted: 240 10% 90%;
  --muted-foreground: 240 10% 40%;
  --accent: 330 100% 60%;
  --accent-foreground: 240 10% 98%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 240 10% 98%;
  --border: 240 10% 85%;
  --input: 240 10% 90%;
  --ring: 210 100% 50%;
  --radius: 0.75rem;
  --chart-1: 210 100% 50%;
  --chart-2: 270 100% 70%;
  --chart-3: 330 100% 60%;
  --chart-4: 30 100% 60%;
  --chart-5: 120 100% 40%;
} 

.dark {
  --background: 240 10% 10%;
  --foreground: 240 10% 90%;
  --card: 240 10% 15%;
  --card-foreground: 240 10% 90%;
  --popover: 240 10% 15%;
  --popover-foreground: 240 10% 90%;
  --primary: 210 100% 50%;
  --primary-foreground: 240 10% 90%;
  --secondary: 270 100% 70%;
  --secondary-foreground: 240 10% 90%;
  --muted: 240 10% 20%;
  --muted-foreground: 240 10% 60%;
  --accent: 330 100% 60%;
  --accent-foreground: 240 10% 90%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 240 10% 90%;
  --border: 240 10% 25%;
  --input: 240 10% 20%;
  --ring: 210 100% 50%;
  --radius: 0.75rem;
  --chart-1: 210 100% 50%;
  --chart-2: 270 100% 70%;
  --chart-3: 330 100% 60%;
  --chart-4: 30 100% 60%;
  --chart-5: 120 100% 40%;
}