lendflow.json
Lendflow Brand Identity
A complete profile of Lendflow's visual system — colors, typography, components, and personality — extracted from https://lendflow.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/lendflow
- Machine-readable JSON: https://characterquilt.com/branding/lendflow.json
- Per-page llms.txt: https://characterquilt.com/branding/lendflow/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #283338 |
| Accent | #272A40 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #283338
- secondary: #1863DC
- accent: #272A40
- background: #FBFBFB
- textPrimary: #272A40
- link: #272A40
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: https://cdn.prod.website-files.com/671cedc8d0131ab95037c9a2/671d0399d20ead38623fd2a3_logo.svg
- Favicon: https://cdn.prod.website-files.com/671cedc8d0131ab95037c9a2/67bf8d21e3289913341562ac_Lendflow%20Website%20Favicon.png
- Social card (og:image): https://cdn.prod.website-files.com/671cedc8d0131ab95037c9a2/67e2d66a6e6fb5c0163ebaa8_Lendflow%20Webclip%20v2.png
UI Components
- buttonPrimary: background=#272A40, textColor=#FFFFFF, borderRadius=8px, shadow=none
- buttonSecondary: background=#1863DC, textColor=#FFFFFF, borderColor=#1863DC, borderRadius=2px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: businesses seeking credit solutions
Lendflow Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Build Your Own Credit Scoring Model with Lendflow
- Lendflow | Blog | The Most Versatile Embedded Credit Infrastructure
- The Future of Financial Institutions: How AI Agents Are Transforming Operations
- Lendflow | Blog | The Most Versatile Embedded Credit Infrastructure
- Lendflow DataGraph: Trust Score | A KYB Waterfall You Can Trust
- Lendflow | Blog | The Most Versatile Embedded Credit Infrastructure
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": "light",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "DM Sans",
"role": "unknown"
}
],
"colors": {
"primary": "#283338",
"secondary": "#1863DC",
"accent": "#272A40",
"background": "#FBFBFB",
"textPrimary": "#272A40",
"link": "#272A40"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"DM Sans",
"sans-serif"
],
"body": [
"Inter",
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "64px",
"h2": "48px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"buttonPrimary": {
"background": "#272A40",
"textColor": "#FFFFFF",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#1863DC",
"textColor": "#FFFFFF",
"borderColor": "#1863DC",
"borderRadius": "2px",
"borderRadiusCorners": {
"topLeft": "2px",
"topRight": "2px",
"bottomRight": "2px",
"bottomLeft": "2px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/671cedc8d0131ab95037c9a2/671d0399d20ead38623fd2a3_logo.svg",
"favicon": "https://cdn.prod.website-files.com/671cedc8d0131ab95037c9a2/67bf8d21e3289913341562ac_Lendflow%20Website%20Favicon.png",
"ogImage": "https://cdn.prod.website-files.com/671cedc8d0131ab95037c9a2/67e2d66a6e6fb5c0163ebaa8_Lendflow%20Webclip%20v2.png"
},
"__llm_logo_reasoning": {
"selectedIndex": 36,
"reasoning": "Logo rejected: Red flags detected (menu word). Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Lendflow'.",
"confidence": 0.9,
"rejected": true,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Book a Demo",
"reasoning": "Button #0 ('Book a Demo') has a vibrant brand color (#272A40) and action-oriented text, making it the primary CTA."
},
"secondary": {
"index": 5,
"text": "Save My Preferences",
"reasoning": "Button #5 ('Save My Preferences') has a different vibrant color (#1863DC) and serves as a secondary action."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "businesses seeking credit solutions"
},
"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 'Lendflow'.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}