Home · Branding · Tempo

Tempo Brand Identity

A complete profile of Tempo's visual system — colors, typography, components, and personality — extracted from https://tempo.fit/. Built for designers, agents, and AI tools.

Download JSON
Primary
#C6A778
Accent
#C6A778
Body Font
Helvetica Neue
Heading
Moderat

Color Palette

Brand palette extracted from https://tempo.fit/.

primary
#C6A778
rgb(198, 167, 120)
secondary
#3357DE
rgb(51, 87, 222)
accent
#C6A778
rgb(198, 167, 120)
background
#EDE7E1
rgb(237, 231, 225)
textPrimary
#000000
rgb(0, 0, 0)
link
#2E291D
rgb(46, 41, 29)

Typography

Each font links to its Google Fonts page where available.

primary
Helvetica Neue
Helvetica Neue Google Fonts →
heading
Moderat
Moderat, Helvetica Neue, Helvetica, sans-serif
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

Tempo logo
Logo
Tempo social image
Social Card

UI Components

Live previews rendered using Tempo's actual button styles.

input
background #FFFFFF textColor #20242D borderColor null borderRadius 120px shadow none
buttonPrimary
background #C6A778 textColor #000000 borderRadius 100px shadow none
buttonSecondary
background #2E291D textColor #FFFFFF borderRadius 100px shadow none

Brand Personality

Tone: modern Energy: high Audience: fitness enthusiasts

Tempo Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Tempo's primary brand color?

Tempo's primary brand color is #C6A778. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Tempo use?

Tempo uses Helvetica Neue for body text and Moderat for headings. Fonts were detected on https://tempo.fit/ as part of their live design system.

Does Tempo use a light or dark theme?

Tempo's primary site uses a light color scheme, with a background of #EDE7E1.

Where can I find Tempo's logo?

Tempo's logo is available directly on their site (https://tempo.fit/). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://tempo.fit/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Tempo.

Methodology

Brand data on this page was extracted from https://tempo.fit/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Tempo.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Moderat",
      "role": "heading"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#C6A778",
    "secondary": "#3357DE",
    "accent": "#C6A778",
    "background": "#EDE7E1",
    "textPrimary": "#000000",
    "link": "#2E291D"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Helvetica Neue",
      "heading": "Moderat"
    },
    "fontStacks": {
      "heading": [
        "Moderat",
        "Helvetica Neue",
        "Helvetica",
        "sans-serif"
      ],
      "body": [
        "Moderat",
        "Helvetica Neue",
        "Helvetica",
        "sans-serif"
      ],
      "paragraph": [
        "Moderat",
        "Helvetica Neue",
        "Helvetica",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "70px",
      "h2": "21px",
      "body": "26px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#20242D",
      "borderColor": null,
      "borderRadius": "120px",
      "borderRadiusCorners": {
        "topLeft": "120px",
        "topRight": "120px",
        "bottomRight": "120px",
        "bottomLeft": "120px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#C6A778",
      "textColor": "#000000",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#2E291D",
      "textColor": "#FFFFFF",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://tempo.fit/assets/www4/Logo.svg",
    "favicon": null,
    "ogImage": "https://www.datocms-assets.com/135987/1723905398-seo_image2-min.png",
    "logoHref": "/",
    "logoAlt": "Tempo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 3,
    "reasoning": "Selected #3 because it matches the brand name 'Tempo', is medium-sized, and links to the homepage, making it the primary brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Shop Now",
      "reasoning": "Button #0 'Shop Now' uses the vibrant brand color #C6A778, making it the most prominent and likely primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Take Quiz",
      "reasoning": "Button #1 'Take Quiz' has a different background color #2E291D, making it suitable as a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "fitness enthusiasts"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 3,
        "selectedLogoReasoning": "Selected #3 because it matches the brand name 'Tempo', is medium-sized, and links to the homepage, making it the primary brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles