Home · Branding · Cartwheel

Cartwheel Brand Identity

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

Download JSON
Primary
#65F157
Accent
#65F157
Body Font
Proxima Nova
Heading
ABCDiatype

Color Palette

Brand palette extracted from https://getcartwheel.com/.

primary
#65F157
rgb(101, 241, 87)
accent
#65F157
rgb(101, 241, 87)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#222222
rgb(34, 34, 34)
link
#0FD23A
rgb(15, 210, 58)

Typography

Each font links to its Google Fonts page where available.

primary
Proxima Nova
Proxima Nova Google Fonts →
heading
ABCDiatype
ABCDiatype, Proxima Nova, ui-sans-serif, system-ui
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

Cartwheel logo
Logo
Cartwheel favicon
Favicon
Cartwheel social image
Social Card

UI Components

Live previews rendered using Cartwheel's actual button styles.

buttonPrimary
background #65F157 textColor #222222 borderRadius 8px shadow none
buttonSecondary
background #F6F6F6 textColor #222222 borderRadius 8px shadow none

Brand Personality

Tone: modern Energy: high Audience: tech-savvy individuals and businesses

Cartwheel Brand in the Wild

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

Frequently Asked Questions

What is Cartwheel's primary brand color?

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

What font does Cartwheel use?

Cartwheel uses Proxima Nova for body text and ABCDiatype for headings. Fonts were detected on https://getcartwheel.com/ as part of their live design system.

Does Cartwheel use a light or dark theme?

Cartwheel's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Cartwheel's logo?

Cartwheel's logo is available directly on their site (https://getcartwheel.com/). 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://getcartwheel.com/ 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 Cartwheel.

Methodology

Brand data on this page was extracted from https://getcartwheel.com/ 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 Cartwheel.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Proxima Nova",
      "role": "body"
    },
    {
      "family": "ABCDiatype",
      "role": "heading"
    },
    {
      "family": "ABCGintoNord",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#65F157",
    "accent": "#65F157",
    "background": "#FFFFFF",
    "textPrimary": "#222222",
    "link": "#0FD23A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Proxima Nova",
      "heading": "ABCDiatype"
    },
    "fontStacks": {
      "heading": [
        "ABCDiatype",
        "Proxima Nova",
        "ui-sans-serif",
        "system-ui"
      ],
      "body": [
        "ABCDiatype",
        "Proxima Nova",
        "ui-sans-serif",
        "system-ui"
      ],
      "paragraph": [
        "ABCDiatype",
        "Proxima Nova",
        "ui-sans-serif",
        "system-ui"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "64px",
      "body": "36px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#65F157",
      "textColor": "#222222",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F6F6F6",
      "textColor": "#222222",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%201920%201080%22%20width%3D%221920%22%20height%3D%221080%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20style%3D%22width%3A%20100%25%3B%20height%3A%20100%25%3B%20transform%3A%20translate3d(0px%2C%200px%2C%200px)%3B%20content-visibility%3A%20visible%3B%22%20data-fc-idx%3D%220%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22__lottie_element_2%22%3E%3Crect%20width%3D%221920%22%20height%3D%221080%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22__lottie_element_17%22%3E%3Cpath%20d%3D%22M0%2C0%20L1080%2C0%20L1080%2C1080%20L0%2C1080z%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22__lottie_element_18%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20clip-rule%3D%22nonzero%22%20d%3D%22%20M5544.68798828125%2C-720.9959716796875%20C5544.68798828125%2C-720.9959716796875%20-1135.217041015625%2C-720.9959716796875%20-1135.217041015625%2C-720.9959716796875%20C-1135.217041015625%2C-720.9959716796875%20-1135.217041015625%2C858.3690185546875%20-1135.217041015625%2C858.3690185546875%20C-1135.217041015625%2C858.3690185546875%205544.68798828125%2C858.3690185546875%205544.68798828125%2C858.3690185546875%20C5544.68798828125%2C858.3690185546875%205544.68798828125%2C-720.9959716796875%205544.68798828125%2C-720.9959716796875%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22__lottie_element_30%22%3E%3Cpath%20d%3D%22M0%2C0%20L1080%2C0%20L1080%2C1080%20L0%2C1080z%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22__lottie_element_31%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20clip-rule%3D%22nonzero%22%20d%3D%22%20M5544.68798828125%2C-720.9959716796875%20C5544.68798828125%2C-720.9959716796875%20-1135.217041015625%2C-720.9959716796875%20-1135.217041015625%2C-720.9959716796875%20C-1135.217041015625%2C-720.9959716796875%20-1135.217041015625%2C858.3690185546875%20-1135.217041015625%2C858.3690185546875%20C-1135.217041015625%2C858.3690185546875%205544.68798828125%2C858.3690185546875%205544.68798828125%2C858.3690185546875%20C5544.68798828125%2C858.3690185546875%205544.68798828125%2C-720.9959716796875%205544.68798828125%2C-720.9959716796875%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22__lottie_element_43%22%3E%3Cpath%20d%3D%22M0%2C0%20L1080%2C0%20L1080%2C1080%20L0%2C1080z%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22__lottie_element_44%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20clip-rule%3D%22nonzero%22%20d%3D%22%20M5544.68798828125%2C-720.9959716796875%20C5544.68798828125%2C-720.9959716796875%20-1135.217041015625%2C-720.9959716796875%20-1135.217041015625%2C-720.9959716796875%20C-1135.217041015625%2C-720.9959716796875%20-1135.217041015625%2C858.3690185546875%20-1135.217041015625%2C858.3690185546875%20C-1135.217041015625%2C858.3690185546875%205544.68798828125%2C858.3690185546875%205544.68798828125%2C858.3690185546875%20C5544.68798828125%2C858.3690185546875%205544.68798828125%2C-720.9959716796875%205544.68798828125%2C-720.9959716796875%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22__lottie_element_56%22%3E%3Cpath%20d%3D%22M0%2C0%20L1080%2C0%20L1080%2C1080%20L0%2C1080z%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22__lottie_element_57%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20clip-rule%3D%22nonzero%22%20d%3D%22%20M5544.68798828125%2C-720.9959716796875%20C5544.68798828125%2C-720.9959716796875%20-1135.217041015625%2C-720.9959716796875%20-1135.217041015625%2C-720.9959716796875%20C-1135.217041015625%2C-720.9959716796875%20-1135.217041015625%2C858.3690185546875%20-1135.217041015625%2C858.3690185546875%20C-1135.217041015625%2C858.3690185546875%205544.68798828125%2C858.3690185546875%205544.68798828125%2C858.3690185546875%20C5544.68798828125%2C858.3690185546875%205544.68798828125%2C-720.9959716796875%205544.68798828125%2C-720.9959716796875%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23__lottie_element_2)%22%3E%3Cg%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C0%2C0)%22%20opacity%3D%221%22%3E%3Crect%20width%3D%221920%22%20height%3D%221080%22%20fill%3D%22transparent%22%20style%3D%22fill%3A%20rgba(0%2C%200%2C%200%2C%200)%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20clip-path%3D%22url(%23__lottie_element_56)%22%20style%3D%22display%3A%20none%3B%22%3E%3Cg%20clip-path%3D%22url(%23__lottie_element_57)%22%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill-opacity%3D%220%22%20stroke-miterlimit%3D%224%22%20style%3D%22stroke-linecap%3A%20butt%20!important%3B%20stroke-linejoin%3A%20miter%20!important%3B%20fill-opacity%3A%200%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill-opacity%3D%220%22%20stroke-miterlimit%3D%224%22%20style%3D%22stroke-linecap%3A%20butt%20!important%3B%20stroke-linejoin%3A%20miter%20!important%3B%20fill-opacity%3A%200%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20clip-path%3D%22url(%23__lottie_element_43)%22%20style%3D%22display%3A%20none%3B%22%3E%3Cg%20clip-path%3D%22url(%23__lottie_element_44)%22%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill-opacity%3D%220%22%20stroke-miterlimit%3D%224%22%20style%3D%22stroke-linecap%3A%20butt%20!important%3B%20stroke-linejoin%3A%20miter%20!important%3B%20fill-opacity%3A%200%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill-opacity%3D%220%22%20stroke-miterlimit%3D%224%22%20style%3D%22stroke-linecap%3A%20butt%20!important%3B%20stroke-linejoin%3A%20miter%20!important%3B%20fill-opacity%3A%200%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20clip-path%3D%22url(%23__lottie_element_30)%22%20style%3D%22display%3A%20none%3B%22%3E%3Cg%20clip-path%3D%22url(%23__lottie_element_31)%22%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill-opacity%3D%220%22%20stroke-miterlimit%3D%224%22%20style%3D%22stroke-linecap%3A%20butt%20!important%3B%20stroke-linejoin%3A%20miter%20!important%3B%20fill-opacity%3A%200%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill-opacity%3D%220%22%20stroke-miterlimit%3D%224%22%20style%3D%22stroke-linecap%3A%20butt%20!important%3B%20stroke-linejoin%3A%20miter%20!important%3B%20fill-opacity%3A%200%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20clip-path%3D%22url(%23__lottie_element_17)%22%20style%3D%22display%3A%20none%3B%22%3E%3Cg%20clip-path%3D%22url(%23__lottie_element_18)%22%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill-opacity%3D%220%22%20stroke-miterlimit%3D%224%22%20style%3D%22stroke-linecap%3A%20butt%20!important%3B%20stroke-linejoin%3A%20miter%20!important%3B%20fill-opacity%3A%200%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill-opacity%3D%220%22%20stroke-miterlimit%3D%224%22%20style%3D%22stroke-linecap%3A%20butt%20!important%3B%20stroke-linejoin%3A%20miter%20!important%3B%20fill-opacity%3A%200%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E",
    "favicon": "https://getcartwheel.com/favicon-96x96.png",
    "ogImage": "https://getcartwheel.com/images/cartwheel-share.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'Cartwheel'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Free trial",
      "reasoning": "Button #0 with text 'Free trial' uses the vibrant brand color #65F157, making it the primary call-to-action."
    },
    "secondary": {
      "index": 1,
      "text": "Notify me",
      "reasoning": "Button #1 with text 'Notify me' uses a subtle background color #F6F6F6, making it suitable as a secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "tech-savvy individuals and businesses"
  },
  "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, and links to the homepage, matching the brand 'Cartwheel'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles