Home · Branding · Partly

Partly Brand Identity

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

Download JSON
Primary
#4B47FF
Accent
#4B47FF
Body Font
Inter
Heading
Inter

Color Palette

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

primary
#4B47FF
rgb(75, 71, 255)
secondary
#005580
rgb(0, 85, 128)
accent
#4B47FF
rgb(75, 71, 255)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#030176
rgb(3, 1, 118)

Typography

Each font links to its Google Fonts page where available.

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

Partly logo
Logo
Partly favicon
Favicon
Partly social image
Social Card

UI Components

Live previews rendered using Partly's actual button styles.

buttonPrimary
background #4B47FF textColor #FFFFFF borderRadius 5px shadow none
buttonSecondary
background #FCFCFC textColor #030303 borderColor #000000 borderRadius 5px shadow none

Brand Personality

Tone: professional Energy: medium Audience: auto parts industry professionals

Partly Brand in the Wild

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

Frequently Asked Questions

What is Partly's primary brand color?

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

What font does Partly use?

Partly uses Inter as the primary typeface across body and headings.

Does Partly use a light or dark theme?

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

Where can I find Partly's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#4B47FF",
    "secondary": "#005580",
    "accent": "#4B47FF",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#030176"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "40px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#4B47FF",
      "textColor": "#FFFFFF",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FCFCFC",
      "textColor": "#030303",
      "borderColor": "#000000",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/60133711b5ef6a0dc5b17abb/651b80cda68886e417151a0d_Partly%20Logo%20Blue.svg",
    "favicon": "https://cdn.prod.website-files.com/60133711b5ef6a0dc5b17abb/652f0edce3158780149850e8_andthis.png",
    "ogImage": "https://cdn.prod.website-files.com/60133711b5ef6a0dc5b17abb/697aaeaaea91afad56c69784_connected-globe.png",
    "logoHref": "https://www.partly.com/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 17,
    "reasoning": "Selected #17 because it is visible, located in the header, links to the homepage, and matches the brand name 'Partly'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a demo",
      "reasoning": "Button #4 ('Book a demo') uses the vibrant brand color #4B47FF, making it the most prominent CTA on the page."
    },
    "secondary": {
      "index": 6,
      "text": "Learn more",
      "reasoning": "Button #1 ('Learn more') has a different background color (#FCFCFC) and serves as a secondary action with informative text."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "auto parts industry professionals"
  },
  "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": 17,
        "selectedLogoReasoning": "Selected #17 because it is visible, located in the header, links to the homepage, and matches the brand name 'Partly'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles