llms.txt
Flex Brand Identity
A complete profile of Flex's visual system — colors, typography, components, and personality — extracted from https://www.flex.one/. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #394943 |
| Accent | #F6F3EE |
| Body Font | Ppneuemontreal |
| Heading Font | Georgia |
Color Palette
- primary: #394943
- secondary: #437E5B
- accent: #F6F3EE
- background: #051310
- textPrimary: #071C14
- link: #071C14
Typography
- primary: Ppneuemontreal — https://fonts.google.com/specimen/Ppneuemontreal
- heading: Georgia — https://fonts.google.com/specimen/Georgia
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#F6F3EE, textColor=#071C14, borderRadius=0px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#071C14, borderRadius=8px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business owners and financial professionals
Flex Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Bill Pay Later
- Image:
- Source: Flex
- Why Flex is the Optimal Alternative to Ramp and Brex for Ambitious Owners
- Image:
- Source: Flex
- Owner Intelligence
- Image: .png)
- Source: Flex
- Bookkeeper vs. Accountant vs. Fractional CFO: What They Do & When to Hire
- Image:
- Source: Flex
- AR Automation: Invoicing | Flex
- Image:
- Source: Flex
Working with these fonts
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:
- 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.
Machine-Readable Profile
{
"colorScheme": "dark",
"fonts": [
{
"family": "Ppneuemontreal",
"role": "body"
},
{
"family": "Reflex",
"role": "unknown"
},
{
"family": "Georgia",
"role": "heading"
}
],
"colors": {
"primary": "#394943",
"secondary": "#437E5B",
"accent": "#F6F3EE",
"background": "#051310",
"textPrimary": "#071C14",
"link": "#071C14"
},
"typography": {
"fontFamilies": {
"primary": "Ppneuemontreal",
"heading": "Georgia"
},
"fontStacks": {
"heading": [
"Reflex",
"Georgia",
"sans-serif"
],
"body": [
"Ppneuemontreal",
"Arial",
"sans-serif"
],
"paragraph": [
"Ppneuemontreal",
"Arial",
"sans-serif"
]
},
"fontSizes": {
"h1": "56px",
"h2": "48px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "10px"
},
"components": {
"buttonPrimary": {
"background": "#F6F3EE",
"textColor": "#071C14",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#071C14",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/6363baf98b4d847ae3242ef5/6712cd378f6bad3270235703_Union.svg",
"favicon": "https://cdn.prod.website-files.com/6363baf98b4d847ae3242ef5/67c65c8ec0a7304f71533277_smallicon.png",
"ogImage": "https://cdn.prod.website-files.com/6363baf98b4d847ae3242ef5/699759a1a3d32c7a17bb1ae4_homepagebanner.png",
"logoHref": "/",
"logoAlt": "Flex logo"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Flex'.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Get Started",
"reasoning": "Button #1 has a vibrant red/orange background (#F6F3EE) and action-oriented text 'Get Started', making it a strong candidate for the primary CTA."
},
"secondary": {
"index": 16,
"text": "Read Customer Stories",
"reasoning": "Button #4 has a different background color (#FFFFFF) and serves as a secondary action with the text 'Read Customer Stories'."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business owners and financial 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 the alt text matches the brand name 'Flex'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}