.webp&w=256&q=75)
Notion
3 copies
Not liked
Component Preview
dashboard.tsxAP
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.
Create an account
Enter your email below to create your account.
CSS Variables
globals.css
:root {
--font-sans: "Inter", sans-serif;
--background: #fff;
--foreground: #2c2c2b;
--muted: #f0efed;
--muted-foreground: #7d7a75;
--card: #ffffff;
--card-foreground: #2c2c2b;
--popover: #ffffff;
--popover-foreground: #2c2c2b;
--border: #e6e5e3;
--input: #f2f1ee;
--primary: #2383e2;
--primary-foreground: #ffffff;
--secondary: #f9f8f7;
--secondary-foreground: #494846;
--accent: #e8e2ff;
--accent-foreground: #553b69;
--destructive: #cd3c3a;
--destructive-foreground: #ffffff;
--success: #46a171;
--success-foreground: #ffffff;
--warning: #d8a32f;
--warning-foreground: #ffffff;
--info: #2c8b9e;
--info-foreground: #ffffff;
--ring: #2383e2;
--radius: 0.5rem;
--sidebar-background: #f9f8f7;
--sidebar-foreground: #5f5e5b;
--sidebar-border: #e6e5e3;
--sidebar-primary: #2383e2;
--sidebar-primary-foreground: #fff;
--chart-1: #2383e2;
--chart-2: #db6999;
--chart-3: #d5803b;
--chart-4: #46a171;
--chart-5: #9a6bb4;
}
.dark {
--background: #1d1b16;
--foreground: #f0efed;
--muted: #32302c;
--muted-foreground: #ada9a3;
--card: #1d1b16;
--card-foreground: #f0efed;
--popover: #1d1b16;
--popover-foreground: #f0efed;
--border: #474644;
--input: #35383b;
--primary: #5e9fe8;
--primary-foreground: #0c1d2b;
--secondary: #2a2a27;
--secondary-foreground: #d4d3cf;
--accent: #412454;
--accent-foreground: #f8f3fc;
--destructive: #e56458;
--destructive-foreground: #30130f;
--success: #72bc8f;
--success-foreground: #0f2514;
--warning: #e8d497;
--warning-foreground: #251910;
--info: #4fb9c9;
--info-foreground: #0a1a1e;
--ring: #5e9fe8;
--sidebar-background: #1f1f1c;
--sidebar-foreground: #d4d3cf;
--sidebar-border: #32302c;
--sidebar-primary: #5e9fe8;
--sidebar-primary-foreground: #0c1d2b;
--chart-1: #5e9fe8;
--chart-2: #df84a8;
--chart-3: #de9255;
--chart-4: #72bc8f;
--chart-5: #bf8eda;
}
@theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);
--font-sans: var(--font-geist-sans);
--font-mono: var(--font-geist-mono);
--color-sidebar-ring: var(--sidebar-ring);
--color-sidebar-border: var(--sidebar-border);
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
--color-sidebar-accent: var(--sidebar-accent);
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
--color-sidebar-primary: var(--sidebar-primary);
--color-sidebar-foreground: var(--sidebar-foreground);
--color-sidebar: var(--sidebar);
--color-chart-5: var(--chart-5);
--color-chart-4: var(--chart-4);
--color-chart-3: var(--chart-3);
--color-chart-2: var(--chart-2);
--color-chart-1: var(--chart-1);
--color-ring: var(--ring);
--color-input: var(--input);
--color-border: var(--border);
--color-destructive: var(--destructive);
--color-accent-foreground: var(--accent-foreground);
--color-accent: var(--accent);
--color-muted-foreground: var(--muted-foreground);
--color-muted: var(--muted);
--color-secondary-foreground: var(--secondary-foreground);
--color-secondary: var(--secondary);
--color-primary-foreground: var(--primary-foreground);
--color-primary: var(--primary);
--color-popover-foreground: var(--popover-foreground);
--color-popover: var(--popover);
--color-card-foreground: var(--card-foreground);
--color-card: var(--card);
--radius-sm: calc(var(--radius) - 4px);
--radius-md: calc(var(--radius) - 2px);
--radius-lg: var(--radius);
--radius-xl: calc(var(--radius) + 4px);
}
body {
font-family: var(--font-sans);
}