Home · Branding · Pickle

Pickle Brand Identity

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

Download JSON
Primary
#1C6B3A
Accent
#175D31
Body Font
Suisse Intl
Heading
ABC Oracle Variable

Color Palette

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

primary
#1C6B3A
rgb(28, 107, 58)
accent
#175D31
rgb(23, 93, 49)
background
#FBFBF7
rgb(251, 251, 247)
textPrimary
#000000
rgb(0, 0, 0)
link
#175D31
rgb(23, 93, 49)

Typography

Each font links to its Google Fonts page where available.

primary
Suisse Intl
Suisse Intl Google Fonts →
heading
ABC Oracle Variable
ABC Oracle Variable Google Fonts →
ABC Oracle Variable, Suisse Intl, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 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

Pickle logo
Logo
Pickle favicon
Favicon
Pickle social image
Social Card

UI Components

Live previews rendered using Pickle's actual button styles.

buttonPrimary
background #FFFFFF textColor #000000 borderRadius 5px shadow rgba(0, 0, 0, 0.04) 0px 1px 4px 0px
buttonSecondary
background #FBFBF7 textColor #000000 borderColor #C9C9C6 borderRadius 4px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy professionals

Pickle Brand in the Wild

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

Frequently Asked Questions

What is Pickle's primary brand color?

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

What accent color does Pickle use?

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

What font does Pickle use?

Pickle uses Suisse Intl for body text and ABC Oracle Variable for headings. Fonts were detected on https://www.pickle.com as part of their live design system.

Does Pickle use a light or dark theme?

Pickle's primary site uses a light color scheme, with a background of #FBFBF7.

Where can I find Pickle's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Suisse Intl",
      "role": "body"
    },
    {
      "family": "ABC Oracle Variable",
      "role": "heading"
    },
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#1C6B3A",
    "accent": "#175D31",
    "background": "#FBFBF7",
    "textPrimary": "#000000",
    "link": "#175D31"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Suisse Intl",
      "heading": "ABC Oracle Variable"
    },
    "fontStacks": {
      "heading": [
        "ABC Oracle Variable",
        "Suisse Intl",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "sans-serif"
      ],
      "body": [
        "Suisse Intl",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Inter",
        "Helvetica Neue",
        "Arial",
        "Apple SD Gothic Neo",
        "Noto Sans KR",
        "sans-serif"
      ],
      "paragraph": [
        "ABC Oracle Variable",
        "Suisse Intl",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "36px",
      "body": "12px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "rgba(0, 0, 0, 0.04) 0px 1px 4px 0px"
    },
    "buttonSecondary": {
      "background": "#FBFBF7",
      "textColor": "#000000",
      "borderColor": "#C9C9C6",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.pickle.com/pickle-landing-logo.svg",
    "favicon": "https://www.pickle.com/favicon.svg",
    "ogImage": "https://pickle.com/og-image.png",
    "logoHref": "/",
    "logoAlt": "Pickle Home"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Pickle'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Try Chat",
      "reasoning": "Button #0 ('Try Chat') is the primary CTA due to its action-oriented text and the presence of 'cta' in its class name, indicating a call-to-action."
    },
    "secondary": {
      "index": 1,
      "text": "Product Overview",
      "reasoning": "Button #1 ('Product Overview') is selected as secondary because it has a different background color group and serves as an informational link, typical for secondary actions."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy 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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Pickle'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles