Home · Branding · Pretty Instant

Pretty Instant Brand Identity

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

Download JSON
Primary
#1A8917
Accent
#1A8917
Body Font
Helvetica Neue
Heading
Sohne

Color Palette

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

primary
#1A8917
rgb(26, 137, 23)
secondary
#156D12
rgb(21, 109, 18)
accent
#1A8917
rgb(26, 137, 23)
background
#EBEBEB
rgb(235, 235, 235)
textPrimary
#242424
rgb(36, 36, 36)
link
#1A73E8
rgb(26, 115, 232)

Typography

Each font links to its Google Fonts page where available.

primary
Helvetica Neue
Helvetica Neue Google Fonts →
heading
Sohne
Sohne, Helvetica Neue, Helvetica, Arial, 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

Pretty Instant logo
Logo
Pretty Instant favicon
Favicon
Pretty Instant social image
Social Card

UI Components

Live previews rendered using Pretty Instant's actual button styles.

input
background #F2F2F2 textColor #000000 borderColor null borderRadius 0px shadow none
buttonPrimary
background #1A8917 textColor #FFFFFF borderColor #1A8917 borderRadius 1287px shadow none
buttonSecondary
background #191919 textColor #FFFFFF borderColor #191919 borderRadius 4px shadow none

Brand Personality

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

Pretty Instant Brand in the Wild

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

Frequently Asked Questions

What is Pretty Instant's primary brand color?

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

What font does Pretty Instant use?

Pretty Instant uses Helvetica Neue for body text and Sohne for headings. Fonts were detected on https://www.prettyinstant.com as part of their live design system.

Does Pretty Instant use a light or dark theme?

Pretty Instant's primary site uses a light color scheme, with a background of #EBEBEB.

Where can I find Pretty Instant's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Sohne",
      "role": "heading"
    },
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "Times New Roman",
      "role": "unknown"
    },
    {
      "family": "Georgia",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#1A8917",
    "secondary": "#156D12",
    "accent": "#1A8917",
    "background": "#EBEBEB",
    "textPrimary": "#242424",
    "link": "#1A73E8"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Helvetica Neue",
      "heading": "Sohne"
    },
    "fontStacks": {
      "heading": [
        "Sohne",
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Times New Roman"
      ],
      "paragraph": [
        "Sohne",
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "42px",
      "h2": "20px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#F2F2F2",
      "textColor": "#000000",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#1A8917",
      "textColor": "#FFFFFF",
      "borderColor": "#1A8917",
      "borderRadius": "1287px",
      "borderRadiusCorners": {
        "topLeft": "1287px",
        "topRight": "1287px",
        "bottomRight": "1287px",
        "bottomLeft": "1287px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#191919",
      "textColor": "#FFFFFF",
      "borderColor": "#191919",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22719%22%20height%3D%22160%22%20fill%3D%22none%22%20aria-labelledby%3D%22wordmark-medium-desc%22%20viewBox%3D%220%200%20719%20160%22%20class%3D%22aq%20ar%20as%22%20data-fc-idx%3D%220%22%3E%3Cdesc%20id%3D%22wordmark-medium-desc%22%20style%3D%22fill%3A%20none%20!important%3B%22%3EMedium%20Logo%3C%2Fdesc%3E%3Cpath%20fill%3D%22%23242424%22%20d%3D%22m174.104%209.734.215-.047V8.02H130.39L89.6%20103.89%2048.81%208.021H1.472v1.666l.212.047c8.018%201.81%2012.09%204.509%2012.09%2014.242V137.93c0%209.734-4.087%2012.433-12.106%2014.243l-.212.047v1.671h32.118v-1.665l-.213-.048c-8.018-1.809-12.089-4.509-12.089-14.242V30.586l52.399%20123.305h2.972l53.925-126.743V140.75c-.687%207.688-4.721%2010.062-11.982%2011.701l-.215.05v1.652h55.948v-1.652l-.215-.05c-7.269-1.639-11.4-4.013-12.087-11.701l-.037-116.774h.037c0-9.733%204.071-12.432%2012.087-14.242m25.555%2075.488c.915-20.474%208.268-35.252%2020.606-35.507%203.806.063%206.998%201.312%209.479%203.714%205.272%205.118%207.751%2015.812%207.368%2031.793zm-.553%205.77h65.573v-.275c-.186-15.656-4.721-27.834-13.466-36.196-7.559-7.227-18.751-11.203-30.507-11.203h-.263c-6.101%200-13.584%201.48-18.909%204.16-6.061%202.807-11.407%207.003-15.855%2012.511-7.161%208.874-11.499%2020.866-12.554%2034.343q-.05.606-.092%201.212a50%2050%200%200%200-.065%201.151%2085.807%2085.807%200%200%200-.094%205.689c.71%2030.524%2017.198%2054.917%2046.483%2054.917%2025.705%200%2040.675-18.791%2044.407-44.013l-1.886-.664c-6.557%2013.556-18.334%2021.771-31.738%2020.769-18.297-1.369-32.314-19.922-31.042-42.395m139.722%2041.359c-2.151%205.101-6.639%207.908-12.653%207.908s-11.513-4.129-15.418-11.63c-4.197-8.053-6.405-19.436-6.405-32.92%200-28.067%208.729-46.22%2022.24-46.22%205.657%200%2010.111%202.807%2012.236%207.704zm43.499%2020.008c-8.019-1.897-12.089-4.722-12.089-14.951V1.309l-48.716%2014.353v1.757l.299-.024c6.72-.543%2011.278.386%2013.925%202.83%202.072%201.915%203.082%204.853%203.082%208.987v18.66c-4.803-3.067-10.516-4.56-17.448-4.56-14.059%200-26.909%205.92-36.176%2016.672-9.66%2011.205-14.767%2026.518-14.767%2044.278-.003%2031.72%2015.612%2053.039%2038.851%2053.039%2013.595%200%2024.533-7.449%2029.54-20.013v16.865h43.711v-1.746zM424.1%2019.819c0-9.904-7.468-17.374-17.375-17.374-9.859%200-17.573%207.632-17.573%2017.374s7.721%2017.374%2017.573%2017.374c9.907%200%2017.375-7.47%2017.375-17.374m11.499%20132.546c-8.019-1.897-12.089-4.722-12.089-14.951h-.035V43.635l-43.714%2012.551v1.705l.263.024c9.458.842%2012.047%204.1%2012.047%2015.152v81.086h43.751v-1.746zm112.013%200c-8.018-1.897-12.089-4.722-12.089-14.951V43.635l-41.621%2012.137v1.71l.246.026c7.733.813%209.967%204.257%209.967%2015.36v59.279c-2.578%205.102-7.415%208.131-13.274%208.336-9.503%200-14.736-6.419-14.736-18.073V43.638l-43.714%2012.55v1.703l.262.024c9.459.84%2012.05%204.097%2012.05%2015.152v50.17a56.3%2056.3%200%200%200%20.91%2010.444l.787%203.423c3.701%2013.262%2013.398%2020.197%2028.59%2020.197%2012.868%200%2024.147-7.966%2029.115-20.43v17.311h43.714v-1.747zm169.818%201.788v-1.749l-.213-.05c-8.7-2.006-12.089-5.789-12.089-13.49v-63.79c0-19.89-11.171-31.761-29.883-31.761-13.64%200-25.141%207.882-29.569%2020.16-3.517-13.01-13.639-20.16-28.606-20.16-13.146%200-23.449%206.938-27.869%2018.657V43.643L545.487%2055.68v1.715l.263.024c9.345.829%2012.047%204.181%2012.047%2014.95v81.784h40.787v-1.746l-.215-.053c-6.941-1.631-9.181-4.606-9.181-12.239V66.998c1.836-4.289%205.537-9.37%2012.853-9.37%209.086%200%2013.692%206.296%2013.692%2018.697v77.828h40.797v-1.746l-.215-.053c-6.94-1.631-9.18-4.606-9.18-12.239V75.066a42%2042%200%200%200-.578-7.26c1.947-4.661%205.86-10.177%2013.475-10.177%209.214%200%2013.691%206.114%2013.691%2018.696v77.828z%22%20style%3D%22fill%3A%20rgb(36%2C%2036%2C%2036)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://miro.medium.com/v2/resize:fill:128:128/1*bi4rPGd-gKLoMB2sZJXM5A.png",
    "ogImage": "https://miro.medium.com/v2/resize:fit:1200/1*z9pPeAWoRP7gOuGFgg5e0g.jpeg",
    "logoHref": "/?source=post_page---top_nav_layout_nav-----------------------------------------",
    "logoAlt": "Medium Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is the most prominent logo, matching the brand 'Medium' with an alt text 'Medium Logo' and links to the homepage.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Sign up",
      "reasoning": "Button #2 has a vibrant green background (#1A8917), which is the brand color and typically used for primary CTAs. The text 'Sign up' is action-oriented, making it a strong candidate for the primary button."
    },
    "secondary": {
      "index": 0,
      "text": "Subscribe",
      "reasoning": "Button #0 has a dark background (#191919), which is distinct from the primary button's green. The text 'Subscribe' suggests a secondary action, making it suitable as a secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy individuals and 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 the most prominent logo, matching the brand 'Medium' with an alt text 'Medium Logo' and links to the homepage.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles