GoogleGoogle
Icon

Google

1 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: "Google Sans", sans-serif;

  --background: #ffffff;
  --foreground: #202124;

  --muted: #f1f3f4;
  --muted-foreground: #5f6368;

  --card: #ffffff;
  --card-foreground: #202124;

  --popover: #ffffff;
  --popover-foreground: #202124;

  --border: #e0e0e0;
  --input: #e8eaed;

  --primary: #0b57d0;
  --primary-foreground: #ffffff;

  --secondary: #f8f9fa;
  --secondary-foreground: #3c4043;

  --accent: #e8eaed;
  --accent-foreground: #202124;

  --destructive: #d93025;
  --destructive-foreground: #ffffff;

  --success: #1ea446;
  --success-foreground: #ffffff;

  --warning: #fbbc04;
  --warning-foreground: #202124;

  --info: #1a73e8;
  --info-foreground: #ffffff;

  --ring: #1a73e8;
  --radius: 0.5rem;

  --sidebar-background: #f8f9fa;
  --sidebar-foreground: #3c4043;
  --sidebar-border: #e0e0e0;
  --sidebar-primary: #1a73e8;
  --sidebar-primary-foreground: #ffffff;

  --chart-1: #4285f4;
  --chart-2: #ea4335;
  --chart-3: #fbbc04;
  --chart-4: #34a853;
  --chart-5: #a142f4;
}

.dark {
  --background: #0e0e0f;
  --foreground: #e3e3e3;

  --muted: #202124;
  --muted-foreground: #9aa0a6;

  --card: #202124;
  --card-foreground: #e3e3e3;

  --popover: #202124;
  --popover-foreground: #e3e3e3;

  --border: #3c4043;
  --input: #37393b;

  --primary: #8ab4f8;
  --primary-foreground: #0c1d39;

  --secondary: #303134;
  --secondary-foreground: #e3e3e3;

  --accent: #3c4043;
  --accent-foreground: #ffffff;

  --destructive: #f28b82;
  --destructive-foreground: #3c0d0c;

  --success: #80da88;
  --success-foreground: #0b2410;

  --warning: #fdd663;
  --warning-foreground: #332400;

  --info: #579fff;
  --info-foreground: #001a36;

  --ring: #8ab4f8;

  --sidebar-background: #1a1c1e;
  --sidebar-foreground: #bdc1c6;
  --sidebar-border: #3c4043;
  --sidebar-primary: #8ab4f8;
  --sidebar-primary-foreground: #0c1d39;

  --chart-1: #8ab4f8;
  --chart-2: #f28b82;
  --chart-3: #fdd663;
  --chart-4: #80da88;
  --chart-5: #c58af9;
}

@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);
}

Related Themes

Explore more themes in the company category

View All company Themes
Google - Theme by BrandCn