Home · Branding · GitStart

GitStart Brand Identity

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

Download JSON
Primary
#87786B
Accent
#C38861
Body Font
Mona Sans
Heading
Mona Sans

Color Palette

Brand palette extracted from https://www.gitstart.com.

primary
#87786B
rgb(135, 120, 107)
secondary
#9CA3AF
rgb(156, 163, 175)
accent
#C38861
rgb(195, 136, 97)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#26201F
rgb(38, 32, 31)
link
#C38861
rgb(195, 136, 97)

Typography

Each font links to its Google Fonts page where available.

primary
Mona Sans
heading
Mona Sans
Mona Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
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

GitStart logo
Logo
GitStart favicon
Favicon
GitStart social image
Social Card

UI Components

Live previews rendered using GitStart's actual button styles.

buttonPrimary
background #26201F textColor #FFFFFF borderColor #26201F borderRadius 9999px shadow none
buttonSecondary
background transparent textColor #26201F borderColor #26201F borderRadius 9999px shadow none

Brand Personality

Tone: professional Energy: medium Audience: developers and tech companies

GitStart Brand in the Wild

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

Frequently Asked Questions

What is GitStart's primary brand color?

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

What accent color does GitStart use?

GitStart uses #C38861 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does GitStart use?

GitStart uses Mona Sans as the primary typeface across body and headings.

Does GitStart use a light or dark theme?

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

Where can I find GitStart's logo?

GitStart's logo is available directly on their site (https://www.gitstart.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://www.gitstart.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 GitStart.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Mona Sans",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "Noto Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#87786B",
    "secondary": "#9CA3AF",
    "accent": "#C38861",
    "background": "#FFFFFF",
    "textPrimary": "#26201F",
    "link": "#C38861"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Mona Sans",
      "heading": "Mona Sans"
    },
    "fontStacks": {
      "heading": [
        "Mona Sans",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "body": [
        "Mona Sans",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Mona Sans",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "60px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#26201F",
      "textColor": "#FFFFFF",
      "borderColor": "#26201F",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#26201F",
      "borderColor": "#26201F",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22125%22%20height%3D%2222%22%20viewBox%3D%220%200%20125%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%20%3Cpath%20d%3D%22M48.7008%2021.2091V10.6394H38.4551V14.3764H44.5004C44.2449%2015.492%2042.8542%2017.6115%2039.5336%2017.6115C36.2697%2017.6115%2033.4883%2015.4641%2033.4883%2011.3366C33.4883%206.93023%2036.6954%205.14537%2039.4201%205.14537C42.7691%205.14537%2044.103%207.37645%2044.4152%208.60354L48.7292%207.12545C47.8494%204.36449%2045.1815%201.01788%2039.4201%201.01788C33.7437%201.01788%2028.9473%205.11748%2028.9473%2011.3366C28.9473%2017.5836%2033.5451%2021.6274%2039.1362%2021.6274C42.0028%2021.6274%2043.9043%2020.4561%2044.7842%2019.2011L45.068%2021.2091H48.7008Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(39%2C%2036%2C%2034)%20!important%3B%22%2F%3E%20%3Cpath%20d%3D%22M54.7339%2021.2091V7.34856H50.4199V14.2788V21.2091H54.7339ZM50.0509%203.10951C50.0509%204.47605%2051.1862%205.59159%2052.5485%205.59159C53.9676%205.59159%2055.1028%204.47605%2055.1028%203.10951C55.1028%201.74298%2053.9676%200.627441%2052.5485%200.627441C51.1862%200.627441%2050.0509%201.74298%2050.0509%203.10951Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(39%2C%2036%2C%2034)%20!important%3B%22%2F%3E%20%3Cpath%20d%3D%22M62.7834%203.30473H58.9235V5.08959C58.9235%206.37246%2058.2139%207.34856%2056.7381%207.34856H56.0286V11.0577H58.5261V16.998C58.5261%2019.7589%2060.3142%2021.4601%2063.2375%2021.4601C64.5998%2021.4601%2065.3093%2021.1533%2065.4796%2021.0697V17.5557C65.2242%2017.6115%2064.7985%2017.6952%2064.3444%2017.6952C63.4078%2017.6952%2062.7834%2017.3884%2062.7834%2016.245V11.0577H65.5364V7.34856H62.7834V3.30473Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(39%2C%2036%2C%2034)%20!important%3B%22%2F%3E%20%3Cpath%20d%3D%22M81.4216%206.2888C80.9959%203.97406%2079.0944%201.01788%2074.0708%201.01788C70.2109%201.01788%2066.8619%203.63939%2066.8619%207.37645C66.8619%2010.3047%2068.9338%2012.5358%2072.3395%2013.1772L75.0926%2013.6792C76.4265%2013.9302%2077.2496%2014.6553%2077.2496%2015.6593C77.2496%2016.8864%2076.1711%2017.7231%2074.4114%2017.7231C71.6584%2017.7231%2070.4096%2016.1334%2070.2393%2014.3207L66.124%2015.2968C66.4078%2018.0856%2068.7919%2021.6274%2074.3546%2021.6274C79.1511%2021.6274%2081.7906%2018.476%2081.7906%2015.3804C81.7906%2012.5637%2079.8039%2010.1374%2075.9724%209.44019L73.2761%208.9382C71.8854%208.6872%2071.2894%207.98999%2071.2894%207.04178C71.2894%205.95413%2072.3679%204.92226%2074.0424%204.92226C76.4832%204.92226%2077.2496%206.48402%2077.3915%207.40433L81.4216%206.2888Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(39%2C%2036%2C%2034)%20!important%3B%22%2F%3E%20%3Cpath%20d%3D%22M88.6351%203.30473H84.7752V5.08959C84.7752%206.37246%2084.0657%207.34856%2082.5899%207.34856H81.8803V11.0577H84.3779V16.998C84.3779%2019.7589%2086.1659%2021.4601%2089.0892%2021.4601C90.4516%2021.4601%2091.1611%2021.1533%2091.3314%2021.0697V17.5557C91.076%2017.6115%2090.6502%2017.6952%2090.1961%2017.6952C89.2595%2017.6952%2088.6351%2017.3884%2088.6351%2016.245V11.0577H91.3881V7.34856H88.6351V3.30473Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(39%2C%2036%2C%2034)%20!important%3B%22%2F%3E%20%3Cpath%20d%3D%22M92.7531%2017.3884C92.7531%2019.5916%2094.5411%2021.5996%2097.6347%2021.5996C99.5079%2021.5996%20100.87%2020.8187%20101.608%2019.6474C101.608%2020.5956%20101.722%2021.0976%20101.75%2021.2091H105.638C105.61%2021.0697%20105.468%2020.1494%20105.468%2019.0617V12.2848C105.468%209.44019%20103.793%206.93023%2099.2241%206.93023C95.0804%206.93023%2093.2072%209.55174%2093.0369%2011.5318L96.7832%2012.2848C96.8684%2011.2529%2097.6915%2010.249%2099.1957%2010.249C100.558%2010.249%20101.268%2010.9462%20101.268%2011.7549C101.268%2012.229%20101.012%2012.5916%20100.246%2012.7031L96.9252%2013.2051C94.5979%2013.5398%2092.7531%2014.9342%2092.7531%2017.3884ZM98.6848%2018.5318C97.4928%2018.5318%2097.0103%2017.8346%2097.0103%2017.1095C97.0103%2016.1334%2097.6915%2015.7151%2098.5997%2015.5756L101.268%2015.1573V15.7709C101.268%2017.9183%2099.962%2018.5318%2098.6848%2018.5318Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(39%2C%2036%2C%2034)%20!important%3B%22%2F%3E%20%3Cpath%20d%3D%22M114.969%207.20911C114.866%207.20911%20115.07%207.20911%20114.969%207.20911C113.833%207.20911%20112.045%207.65533%20111.308%209.21708V7.34856H107.135V21.2091H111.449V15.1573C111.449%2012.3964%20113.01%2011.3924%20114.742%2011.3924C114.939%2011.3924%20114.444%2011.3925%20114.939%2011.3924L114.969%207.20911Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(39%2C%2036%2C%2034)%20!important%3B%22%2F%3E%20%3Cpath%20d%3D%22M122.247%203.30473H118.387V5.08959C118.387%206.37246%20117.677%207.20911%20116.201%207.20911V11.3924H117.989V16.998C117.989%2019.7589%20119.778%2021.4601%20122.701%2021.4601C124.063%2021.4601%20124.773%2021.1533%20124.943%2021.0697V17.5557C124.688%2017.6115%20124.262%2017.6952%20123.808%2017.6952C122.871%2017.6952%20122.247%2017.3884%20122.247%2016.245V11.0577H125V7.34856H122.247V3.30473Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(39%2C%2036%2C%2034)%20!important%3B%22%2F%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.5727%2019.7059C15.3432%2019.7059%2019.2105%2015.8652%2019.2105%2011.1274C19.2105%206.38971%2015.3432%202.54901%2010.5727%202.54901C5.80215%202.54901%201.93487%206.38971%201.93487%2011.1274C1.93487%2015.8652%205.80215%2019.7059%2010.5727%2019.7059ZM10.5727%2021.6274C16.4118%2021.6274%2021.1454%2016.9264%2021.1454%2011.1274C21.1454%205.32845%2016.4118%200.627441%2010.5727%200.627441C4.73355%200.627441%200%205.32845%200%2011.1274C0%2016.9264%204.73355%2021.6274%2010.5727%2021.6274Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(39%2C%2036%2C%2034)%20!important%3B%22%2F%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.1297%204.25317C23.7562%204.25317%2024.2641%203.74878%2024.2641%203.12658C24.2641%202.50438%2023.7562%201.99999%2023.1297%201.99999C22.5032%201.99999%2021.9953%202.50438%2021.9953%203.12658C21.9953%203.74878%2022.5032%204.25317%2023.1297%204.25317ZM23.1297%205.62572C24.5195%205.62572%2025.6462%204.50682%2025.6462%203.12658C25.6462%201.74634%2024.5195%200.627441%2023.1297%200.627441C21.7399%200.627441%2020.6133%201.74634%2020.6133%203.12658C20.6133%204.50682%2021.7399%205.62572%2023.1297%205.62572Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(39%2C%2036%2C%2034)%20!important%3B%22%2F%3E%20%3C%2Fsvg%3E",
    "favicon": "https://gitstart.com/favicon.ico",
    "ogImage": "https://gitstart.com/_astro/ogimage.7KB_7LGF.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, matching the brand 'GitStart'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start shipping",
      "reasoning": "Button #0 has a dark background (#26201F) with action-oriented text 'Start shipping', making it the most prominent CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Talk to an expert",
      "reasoning": "Button #1 has a transparent background and offers a secondary action 'Talk to an expert', making it suitable as a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "developers and tech companies"
  },
  "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 located in the header, is visible, and links to the homepage, matching the brand 'GitStart'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles