peakflo.json
Peakflo Brand Identity
A complete profile of Peakflo's visual system — colors, typography, components, and personality — extracted from https://peakflo.co. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/peakflo
- Machine-readable JSON: https://characterquilt.com/branding/peakflo.json
- Per-page llms.txt: https://characterquilt.com/branding/peakflo/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #3F97FF |
| Accent | #E91E63 |
| Body Font | Segoe UI |
| Heading Font | Segoe UI |
Color Palette
- primary: #3F97FF
- secondary: #E91E63
- accent: #E91E63
- background: #FFFFFF
- textPrimary: #757575
- link: #124184
Typography
- primary: Segoe UI — https://fonts.google.com/specimen/Segoe+UI
- heading: Segoe UI — https://fonts.google.com/specimen/Segoe+UI
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#E91E63, textColor=#FFFFFF, borderRadius=6px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#2563EB, borderColor=#2563EB, borderRadius=6px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: business professionals
Peakflo Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
Peakflo - NetSuite Automation for Accounts Payable & Receivable
Source: Link
Insurance Vendor Onboarding: Faster and Compliant
Source: Link
4 Account Receivable Best Practices to Improve Collection
Source: Link
What is Delivery Note and How is it Different from GRN?
Source: Link
Essential Vendor Management Best Practices for Businesses
Source: Link
A Roadmap to Choosing the Right e-Invoicing Solution
Source: Link
Working with these fonts
Not found on Google Fonts? Instructions for using the fonts:
- 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 to load different font weights.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS and copy out the matching @font-face declarations.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Segoe UI",
"role": "body"
},
{
"family": "Helvetica",
"role": "body"
},
{
"family": "Arial",
"role": "body"
},
{
"family": "Noto-Sans",
"role": "body"
}
],
"colors": {
"primary": "#3F97FF",
"secondary": "#E91E63",
"accent": "#E91E63",
"background": "#FFFFFF",
"textPrimary": "#757575",
"link": "#124184"
},
"typography": {
"fontFamilies": {
"primary": "Segoe UI",
"heading": "Segoe UI"
},
"fontStacks": {
"heading": [
"Noto-Sans",
"sans-serif"
],
"body": [
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Helvetica",
"Arial",
"sans-serif",
"Apple Color Emoji"
],
"paragraph": [
"Noto-Sans",
"sans-serif"
]
},
"fontSizes": {
"h1": "40px",
"h2": "26px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "10px"
},
"components": {
"buttonPrimary": {
"background": "#E91E63",
"textColor": "#FFFFFF",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#2563EB",
"borderColor": "#2563EB",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://peakflo.co/assets/public_Z2bljgy.webp",
"favicon": "https://peakflo.co/favicon.svg",
"ogImage": "https://imagedelivery.net/Rq0cqKaKVdzScXvHdp5x6A/c48cdab7-e2be-44c6-3430-fbaa9a63e300/highres",
"logoHref": "/",
"logoAlt": "Peakflo - Accounts Payable and Receivable Automation Solution"
}
}