leonardo Aileonardo Ai
Icon

leonardo Ai

0 copies
Not liked

Component Preview

dashboard.tsx
AP

Demo App

Preview of your theme

Total Revenue

$15,231.89

+20.1% from last month

Subscriptions

+2,350

+180.1% from last month

Upgrade your subscription

You are currently on the free plan.

Free
Create an account

Enter your email below to create your account.

CSS Variables

globals.css
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --font-sans: "Inter", sans-serif;

  --background: #f8f9fa;
  --foreground: #0b0f17;

  --card: #ffffff;
  --card-foreground: #0b0f17;

  --popover: #ffffff;
  --popover-foreground: #0b0f17;

  --primary: #db519e;
  --primary-foreground: #ffffff;

  --secondary: #0b0f17;
  --secondary-foreground: #ffffff;

  --muted: #e4e5e7;
  --muted-foreground: #656b78;

  --accent: #f0f2f4;
  --accent-foreground: #0b0f17;

  --destructive: #e54848;
  --destructive-foreground: #ffffff;

  --border: #d4d4d8;
  --input: #d4d4d8;
  --ring: #db519e;

  --chart-1: #db519e;
  --chart-2: #0b0f17;
  --chart-3: #f8f9fa;
  --chart-4: #ffffff;
  --chart-5: #000000;

  --sidebar-background: #ffffff;
  --sidebar-foreground: #0b0f17;
  --sidebar-primary: #db519e;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #f0f2f4;
  --sidebar-accent-foreground: #0b0f17;
  --sidebar-border: #d4d4d8;
  --sidebar-ring: #db519e;

  --radius: 0.5rem;
}

.dark {
  --background: #0b0f17;
  --foreground: #ffffff;

  --card: #10151f;
  --card-foreground: #ffffff;

  --popover: #10151f;
  --popover-foreground: #ffffff;

  --primary: #db519e;
  --primary-foreground: #ffffff;

  --secondary: #000000;
  --secondary-foreground: #ffffff;

  --muted: #161a23;
  --muted-foreground: #9ca3af;

  --accent: #161a23;
  --accent-foreground: #ffffff;

  --destructive: #ff6b6b;
  --destructive-foreground: #000000;

  --border: #1c1f27;
  --input: #1c1f27;
  --ring: #db519e;

  --chart-1: #db519e;
  --chart-2: #f8f9fa;
  --chart-3: #ffffff;
  --chart-4: #000000;
  --chart-5: #0b0f17;

  --sidebar-background: #0b0f17;
  --sidebar-foreground: #ffffff;
  --sidebar-primary: #db519e;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #161a23;
  --sidebar-accent-foreground: #ffffff;
  --sidebar-border: #1c1f27;
  --sidebar-ring: #db519e;

  --radius: 0.5rem;
}

@theme inline {
  --font-sans: var(--font-sans);

  --color-background: var(--background);
  --color-foreground: var(--foreground);

  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);

  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);

  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);

  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);

  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);

  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);

  --color-destructive: var(--destructive);
  --color-destructive-foreground: var(--destructive-foreground);

  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);

  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);

  --color-sidebar: var(--sidebar-background);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-ring: var(--sidebar-ring);
}

body {
  font-family: var(--font-sans);
}

Related Themes

Explore more themes in the company category

View All company Themes