"forex" shadcn/ui theme

dynamic
financial
modern
pulsing
contrast
vibrant
high-energy
data-driven
immersive
global
strategic
chart-focused
action-oriented
professional
bold

Shadcn/ui Theme Css Variables

name: Currency Pulsekeyword: forex views: 2

:root {
  --background: 240 10% 96%;
  --foreground: 240 10% 20%;
  --card: 240 10% 99%;
  --card-foreground: 240 10% 20%;
  --popover: 240 10% 99%;
  --popover-foreground: 240 10% 20%;
  --primary: 200 80% 50%;
  --primary-foreground: 240 10% 96%;
  --secondary: 140 60% 40%;
  --secondary-foreground: 240 10% 96%;
  --muted: 240 10% 90%;
  --muted-foreground: 240 10% 40%;
  --accent: 350 70% 55%;
  --accent-foreground: 240 10% 96%;
  --destructive: 0 80% 50%;
  --destructive-foreground: 240 10% 96%;
  --border: 240 10% 85%;
  --input: 240 10% 90%;
  --ring: 200 80% 50%;
  --radius: 0.75rem;
  --chart-1: 200 80% 50%;
  --chart-2: 140 60% 40%;
  --chart-3: 350 70% 55%;
  --chart-4: 30 80% 50%;
  --chart-5: 270 60% 50%;
} 

.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: 200 80% 50%;
  --primary-foreground: 240 10% 90%;
  --secondary: 140 60% 40%;
  --secondary-foreground: 240 10% 90%;
  --muted: 240 10% 20%;
  --muted-foreground: 240 10% 60%;
  --accent: 350 70% 55%;
  --accent-foreground: 240 10% 90%;
  --destructive: 0 80% 50%;
  --destructive-foreground: 240 10% 90%;
  --border: 240 10% 20%;
  --input: 240 10% 20%;
  --ring: 200 80% 50%;
  --radius: 0.75rem;
  --chart-1: 200 80% 50%;
  --chart-2: 140 60% 40%;
  --chart-3: 350 70% 55%;
  --chart-4: 30 80% 50%;
  --chart-5: 270 60% 50%;
}