PlanetScalePlanetScale
Icon

PlanetScale

3 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
:root {
  --font-sans: "Inter", sans-serif;

  --background: #F8F9FA; 
  --foreground: #171717; 

  --card: #ffffff; 
  --card-foreground: #171717;

  --popover: #ffffff;
  --popover-foreground: #171717;

  --primary: #f35815;
  --primary-foreground: #ffffff;

  --secondary: #343A40; 
  --secondary-foreground: #ffffff;

  --muted: #F0F2F5; 
  --muted-foreground: #6C757D; /

  --accent: #E9ECEF; 
  --accent-foreground: #171717;

  --destructive: #DC3545; 
  --destructive-foreground: #ffffff;

  --border: #D7DBE0; 
  --input: #D7DBE0; 
  --ring: #f35815;

  --chart-1: #f35815;  
  --chart-2: #343A40;  
  --chart-3: #6C757D;  
  --chart-4: #171717;  
  --chart-5: #F8F9FA;  

  --sidebar-background: #ffffff;
  --sidebar-foreground: #171717;
  --sidebar-primary: #f35815;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #E9ECEF;
  --sidebar-accent-foreground: #171717;
  --sidebar-border: #D7DBE0;
  --sidebar-ring: #f35815;

  --radius: 0.5rem;
}

.dark {
  --background: #000000;
  --foreground: #e1e1e1; 

  --card: #121212; 
  --card-foreground: #e1e1e1;

  --popover: #121212;
  --popover-foreground: #e1e1e1;

  --primary: #f35815; 
  --primary-foreground: #000000; 

  --secondary: #343A40; 
  --secondary-foreground: #ffffff;

  --muted: #212529;
  --muted-foreground: #AAB3BD; 

  --accent: #212529; 
  --accent-foreground: #ffffff;

  --destructive: #EF4444; 
  --destructive-foreground: #000000;

  --border: #495057; 
  --input: #495057; 
  --ring: #f35815; 

  --chart-1: #f35815;  
  --chart-2: #ffffff;  
  --chart-3: #AAB3BD;  
  --chart-4: #e1e1e1;  
  --chart-5: #000000;  

  --sidebar-background: #000000;
  --sidebar-foreground: #e1e1e1;
  --sidebar-primary: #f35815;
  --sidebar-primary-foreground: #000000;
  --sidebar-accent: #212529;
  --sidebar-accent-foreground: #ffffff;
  --sidebar-border: #495057;
  --sidebar-ring: #f35815;

  --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