Home · Branding · Retrofit

Retrofit Brand Identity

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

Download JSON
Primary
#649764
Accent
#649764
Body Font
Inter
Heading
Fraunces

Color Palette

Brand palette extracted from https://www.retrofit.shop/.

primary
#649764
rgb(100, 151, 100)
secondary
#0F172B
rgb(15, 23, 43)
accent
#649764
rgb(100, 151, 100)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#283C28
rgb(40, 60, 40)
link
#283C28
rgb(40, 60, 40)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Fraunces
Fraunces, Georgia, 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

Retrofit favicon
Favicon
Retrofit social image
Social Card

UI Components

Live previews rendered using Retrofit's actual button styles.

input
background transparent textColor #383838 borderColor null borderRadius 0px 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(0, 0, 0, 0) 0px 0px 0px 0px
buttonPrimary
background #649764 textColor #FFFFFF borderRadius 9999px 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(0, 0, 0, 0.05) 0px 1px 2px 0px
buttonSecondary
background #FFFFFF textColor #0F172B borderColor #E2E8F0 borderRadius 9999px 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(0, 0, 0, 0.05) 0px 1px 2px 0px

Brand Personality

Tone: playful Energy: medium Audience: vintage fashion enthusiasts

Retrofit Brand in the Wild

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

Frequently Asked Questions

What is Retrofit's primary brand color?

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

What font does Retrofit use?

Retrofit uses Inter for body text and Fraunces for headings. Fonts were detected on https://www.retrofit.shop/ as part of their live design system.

Does Retrofit use a light or dark theme?

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

How was this brand profile generated?

This profile was extracted from https://www.retrofit.shop/ 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 Retrofit.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Fraunces",
      "role": "heading"
    },
    {
      "family": "Outfit",
      "role": "unknown"
    },
    {
      "family": "Georgia",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#649764",
    "secondary": "#0F172B",
    "accent": "#649764",
    "background": "#FFFFFF",
    "textPrimary": "#283C28",
    "link": "#283C28"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Fraunces"
    },
    "fontStacks": {
      "heading": [
        "Fraunces",
        "Georgia",
        "serif"
      ],
      "body": [
        "Inter",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "24px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#383838",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "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(0, 0, 0, 0) 0px 0px 0px 0px"
    },
    "buttonPrimary": {
      "background": "#649764",
      "textColor": "#FFFFFF",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "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(0, 0, 0, 0.05) 0px 1px 2px 0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0F172B",
      "borderColor": "#E2E8F0",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "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(0, 0, 0, 0.05) 0px 1px 2px 0px"
    }
  },
  "images": {
    "favicon": "https://www.retrofit.shop/retrofit-logo.svg",
    "ogImage": "https://retrofit.shop/img/landing_page/hero-middle.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "No suitable brand logo was found in the header area. The heuristic suggested a tiny icon which is not appropriate for a brand logo. The visible logos in the body are partner logos, not the main brand.",
    "confidence": 0.3,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Started — it's free",
      "reasoning": "Button #0 has a vibrant green background (#649764), which is a strong indicator of a primary CTA. The text 'Get Started — it's free' is action-oriented, making it the most likely primary button."
    },
    "secondary": {
      "index": 1,
      "text": "Get Started",
      "reasoning": "Button #1 has a white background (#FFFFFF) and a border, making it less prominent than the primary button. The text 'Get Started' suggests a secondary action, aligning with typical secondary button characteristics."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "playful",
    "energy": "medium",
    "targetAudience": "vintage fashion enthusiasts"
  },
  "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": -1,
        "selectedLogoReasoning": "No suitable brand logo was found in the header area. The heuristic suggested a tiny icon which is not appropriate for a brand logo. The visible logos in the body are partner logos, not the main brand.",
        "confidence": 0.3
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles