flow.json
Flow Brand Identity
A complete profile of Flow's visual system — colors, typography, components, and personality — extracted from https://enterflow.app. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/flow
- Machine-readable JSON: https://characterquilt.com/branding/flow.json
- Per-page llms.txt: https://characterquilt.com/branding/flow/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #3898EC |
| Accent | #3898EC |
| Body Font | DM Sans |
| Heading Font | Varela Round |
Color Palette
- primary: #3898EC
- secondary: #4D8AF8
- accent: #3898EC
- background: #FFFFFF
- textPrimary: #00096A
- link: #00096A
Typography
- primary: DM Sans — https://fonts.google.com/specimen/DM+Sans
- heading: Varela Round — https://fonts.google.com/specimen/Varela+Round
Visual Assets
- Logo: https://cdn.prod.website-files.com/5f0f4be6e2475b738a09fec6/602eedc1aaaec85623155330_flow%20logo%20white.png
- Favicon: https://cdn.prod.website-files.com/5f0f4be6e2475b738a09fec6/603846702754eb896997ef51_flow-orb-logo-small.png
- Social card (og:image): https://cdn.prod.website-files.com/5f0f4be6e2475b738a09fec6/60550c9096329b79ed70a2d6_enterflow%20social.png
UI Components
- buttonPrimary: background=#3898EC, textColor=#FFFFFF, borderRadius=20px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy users looking for productivity tools
Flow Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- 5 types of music to help you focus
- 4 browser extensions to help you focus
- Flow Tab Manager: Focus on your tabs that matter.
- 4 browser extensions to help you focus
- 5 types of music to help you focus
- 5 types of music to help you focus
Working with these fonts
Not found on Google Fonts?
CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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.