Home · Branding · Flowbo

Flowbo Brand Identity

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

Download JSON
Primary
#F96F2E
Accent
#F96F2E
Body Font
Montserrat
Heading
Gothic A1

Color Palette

Brand palette extracted from https://www.flowbo.co/.

primary
#F96F2E
rgb(249, 111, 46)
secondary
#DD1173
rgb(221, 17, 115)
accent
#F96F2E
rgb(249, 111, 46)
background
#F5F5F5
rgb(245, 245, 245)
textPrimary
#2C4BFF
rgb(44, 75, 255)
link
#2C4BFF
rgb(44, 75, 255)

Typography

Each font links to its Google Fonts page where available.

primary
Montserrat
heading
Gothic A1
Montserrat, 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

Flowbo logo
Logo
Flowbo favicon
Favicon

UI Components

Live previews rendered using Flowbo's actual button styles.

input
background #FFFFFF textColor #333333 borderColor #CCCCCC borderRadius 20px shadow none
buttonPrimary
background #F96F2E textColor #FFFFFF borderRadius 130px shadow none
buttonSecondary
background #FFFFFF textColor #F10066 borderRadius 80px shadow none

Brand Personality

Tone: modern Energy: high Audience: creative professionals

Flowbo Brand in the Wild

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

Frequently Asked Questions

What is Flowbo's primary brand color?

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

What font does Flowbo use?

Flowbo uses Montserrat for body text and Gothic A1 for headings. Fonts were detected on https://www.flowbo.co/ as part of their live design system.

Does Flowbo use a light or dark theme?

Flowbo's primary site uses a light color scheme, with a background of #F5F5F5.

Where can I find Flowbo's logo?

Flowbo's logo is available directly on their site (https://www.flowbo.co/). 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.flowbo.co/ 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 Flowbo.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Gothic A1",
      "role": "heading"
    },
    {
      "family": "Montserrat",
      "role": "body"
    },
    {
      "family": "Varela",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#F96F2E",
    "secondary": "#DD1173",
    "accent": "#F96F2E",
    "background": "#F5F5F5",
    "textPrimary": "#2C4BFF",
    "link": "#2C4BFF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Montserrat",
      "heading": "Gothic A1"
    },
    "fontStacks": {
      "heading": [
        "Montserrat",
        "sans-serif"
      ],
      "body": [
        "Gothic A1",
        "sans-serif"
      ],
      "paragraph": [
        "Varela",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "8000px",
      "h2": "30px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#333333",
      "borderColor": "#CCCCCC",
      "borderRadius": "20px",
      "borderRadiusCorners": {
        "topLeft": "20px",
        "topRight": "20px",
        "bottomRight": "20px",
        "bottomLeft": "20px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#F96F2E",
      "textColor": "#FFFFFF",
      "borderRadius": "130px",
      "borderRadiusCorners": {
        "topLeft": "130px",
        "topRight": "130px",
        "bottomRight": "130px",
        "bottomLeft": "130px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#F10066",
      "borderRadius": "80px",
      "borderRadiusCorners": {
        "topLeft": "80px",
        "topRight": "80px",
        "bottomRight": "80px",
        "bottomLeft": "80px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://uploads-ssl.webflow.com/60cb5f56c3b31702dd6b1934/60cb64fa20a93418b234363f_Flowbo-Colors.png",
    "favicon": "https://uploads-ssl.webflow.com/60cb5f56c3b31702dd6b1934/60cfd1c116095260bbe133df_Flowbo-Icon-Color.ICO",
    "ogImage": null,
    "logoHref": "#"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, located in the header, and matches the brand name 'Flowbo'. It is the most prominent logo fitting the brand identity.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Join the Beta",
      "reasoning": "Button #0 uses the vibrant brand color #F96F2E, which is a strong indicator of a primary CTA. The text 'Join the Beta' is action-oriented, making it the primary choice."
    },
    "secondary": {
      "index": 1,
      "text": "Join the Beta",
      "reasoning": "Button #1 has a different background color (#FFFFFF) and serves as a secondary option with the same text, but less visual emphasis."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "creative 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": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, located in the header, and matches the brand name 'Flowbo'. It is the most prominent logo fitting the brand identity.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles