Home · Branding · Handoff

Handoff Brand Identity

A complete profile of Handoff's visual system — colors, typography, components, and personality — extracted from https://www.handoff.ai/. Built for designers, agents, and AI tools.

Download JSON
Primary
#079455
Accent
#079455
Body Font
Geist
Heading
Bricolage Grotesque

Color Palette

Brand palette extracted from https://www.handoff.ai/.

primary
#079455
rgb(7, 148, 85)
secondary
#535862
rgb(83, 88, 98)
accent
#079455
rgb(7, 148, 85)
background
#113120
rgb(17, 49, 32)
textPrimary
#113120
rgb(17, 49, 32)
link
#113120
rgb(17, 49, 32)

Typography

Each font links to its Google Fonts page where available.

primary
Geist
heading
Bricolage Grotesque
Bricolage Grotesque Google Fonts →
Bricolage Grotesque, 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

Handoff logo
Logo
Handoff favicon
Favicon
Handoff social image
Social Card

UI Components

Live previews rendered using Handoff's actual button styles.

buttonPrimary
background #079455 textColor #FFFFFF borderRadius 12px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(10, 13, 18, 0.05) 0px 1px 2px 0px
buttonSecondary
background #FFFFFF textColor #414651 borderColor #D5D7DA borderRadius 12px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(10, 13, 18, 0.05) 0px 1px 2px 0px

Brand Personality

Tone: professional Energy: medium Audience: construction professionals, remodelers, handymen

Handoff Brand in the Wild

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

Frequently Asked Questions

What is Handoff's primary brand color?

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

What font does Handoff use?

Handoff uses Geist for body text and Bricolage Grotesque for headings. Fonts were detected on https://www.handoff.ai/ as part of their live design system.

Does Handoff use a light or dark theme?

Handoff's primary site uses a dark color scheme, with a background of #113120.

Where can I find Handoff's logo?

Handoff's logo is available directly on their site (https://www.handoff.ai/). 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://www.handoff.ai/ 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 Handoff.

Methodology

Brand data on this page was extracted from https://www.handoff.ai/ 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 Handoff.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Geist",
      "role": "body"
    },
    {
      "family": "Bricolage Grotesque",
      "role": "heading"
    },
    {
      "family": "Segoe UI",
      "role": "unknown"
    },
    {
      "family": "Roboto",
      "role": "unknown"
    },
    {
      "family": "Helvetica",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#079455",
    "secondary": "#535862",
    "accent": "#079455",
    "background": "#113120",
    "textPrimary": "#113120",
    "link": "#113120"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Geist",
      "heading": "Bricolage Grotesque"
    },
    "fontStacks": {
      "heading": [
        "Bricolage Grotesque",
        "serif"
      ],
      "body": [
        "Geist",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Geist",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "48px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#079455",
      "textColor": "#FFFFFF",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(10, 13, 18, 0.05) 0px 1px 2px 0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#414651",
      "borderColor": "#D5D7DA",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(10, 13, 18, 0.05) 0px 1px 2px 0px"
    }
  },
  "images": {
    "logo": "https://www.handoff.ai/_astro/logo-wordmark.CjCw0xLZ.svg",
    "favicon": "https://www.handoff.ai/favicon.ico",
    "ogImage": "https://handoff.ai/og-image.png",
    "logoHref": "/",
    "logoAlt": "Handoff"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Handoff'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start a free trial",
      "reasoning": "Button #0 has a vibrant green background (#079455), which is a strong brand color, and the text 'Start a free trial' is action-oriented, making it the primary CTA."
    },
    "secondary": {
      "index": 6,
      "text": "See More Customer Testimonials",
      "reasoning": "Button #6 has a white background (#FFFFFF) and serves as a secondary action with the text 'See More Customer Testimonials', which is informative rather than action-oriented."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "construction professionals, remodelers, handymen"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Handoff'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles