floatpays inc.json
Floatpays Inc Brand Identity
A complete profile of Floatpays Inc's visual system — colors, typography, components, and personality — extracted from https://www.floatpays.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/floatpays-inc
- Machine-readable JSON: https://characterquilt.com/branding/floatpays-inc.json
- Per-page llms.txt: https://characterquilt.com/branding/floatpays-inc/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #2853F5 |
| Accent | #F3F7F8 |
| Body Font | Poppins |
| Heading Font | Poppins |
Color Palette
- primary: #2853F5
- secondary: #0040FF
- accent: #F3F7F8
- background: #FFFFFF
- textPrimary: #000000
- link: #0000EE
Typography
- primary: Poppins — https://fonts.google.com/specimen/Poppins
- heading: Poppins — https://fonts.google.com/specimen/Poppins
Visual Assets
- Logo: https://cdn.prod.website-files.com/66e00892fb9cc89676ca4afb/66e00e6607fe337f46174035_White%20logo.svg
- Favicon: https://cdn.prod.website-files.com/66e00892fb9cc89676ca4afb/67179834f25617e2c135e2f6_Group%20784.png
- Social card (og:image): https://cdn.prod.website-files.com/66e00892fb9cc89676ca4afb/67076329835e0a3042dc78b5_OPEN-GRAPH-1%201%202.png
UI Components
- input: background=transparent, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=20px, shadow=none
- buttonPrimary: background=#F3F7F8, textColor=#0040FF, borderColor=#0040FF, borderRadius=20px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#2853F5, borderRadius=20px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: employees and HR professionals
Floatpays Inc Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Tax Risks of Two-Pot Pension Withdrawals
- Partners & integrations
- Financial wellness tools
- The emergency fund revolution: How payroll-linked savings make it easy
- Paycheck Pulse by Floatpays
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": "Poppins",
"role": "body"
}
],
"colors": {
"primary": "#2853F5",
"secondary": "#0040FF",
"accent": "#F3F7F8",
"background": "#FFFFFF",
"textPrimary": "#000000",
"link": "#0000EE"
},
"typography": {
"fontFamilies": {
"primary": "Poppins",
"heading": "Poppins"
},
"fontStacks": {
"heading": [
"Poppins",
"sans-serif"
],
"body": [
"Poppins",
"sans-serif"
],
"paragraph": [
"Poppins",
"sans-serif"
]
},
"fontSizes": {
"h1": "38px",
"h2": "24px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "20px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#FFFFFF",
"borderColor": "#FFFFFF",
"borderRadius": "20px",
"borderRadiusCorners": {
"topLeft": "20px",
"topRight": "20px",
"bottomRight": "20px",
"bottomLeft": "20px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#F3F7F8",
"textColor": "#0040FF",
"borderColor": "#0040FF",
"borderRadius": "20px",
"borderRadiusCorners": {
"topLeft": "20px",
"topRight": "20px",
"bottomRight": "20px",
"bottomLeft": "20px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#2853F5",
"borderRadius": "20px",
"borderRadiusCorners": {
"topLeft": "20px",
"topRight": "20px",
"bottomRight": "20px",
"bottomLeft": "20px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/66e00892fb9cc89676ca4afb/66e00e6607fe337f46174035_White%20logo.svg",
"favicon": "https://cdn.prod.website-files.com/66e00892fb9cc89676ca4afb/67179834f25617e2c135e2f6_Group%20784.png",
"ogImage": "https://cdn.prod.website-files.com/66e00892fb9cc89676ca4afb/67076329835e0a3042dc78b5_OPEN-GRAPH-1%201%202.png",
"logoHref": "/",
"logoAlt": "Floatpays 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 'Floatpays'.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Request a demo",
"reasoning": "Button #0 is selected as the primary CTA because it uses a vibrant blue color (#F3F7F8) that aligns with the brand's primary color scheme and has action-oriented text 'Request a demo', which is a strong call-to-action."
},
"secondary": {
"index": 2,
"text": "Submit",
"reasoning": "Button #2 is selected as the secondary CTA because it has a different background color (#FFFFFF) and serves a less prominent function with the text 'Submit'."
},
"confidence": 0.9
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "employees and HR professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
},
"__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 'Floatpays'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}