llms.txt
Floatpays Inc Brand Identity
A complete profile of Floatpays Inc's visual system — colors, typography, components, and personality.
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:
- Favicon:
- Social card (og:image):
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
- Image:
- Source: Link
- Partners & integrations
- Image:
- Source: Link
- Financial wellness tools
- Image:
- Source: Link
- The emergency fund revolution: How payroll-linked savings make it easy
- Image:
- Source: Link
- Paycheck Pulse by Floatpays
- Image:
- Source: Link
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use 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 (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.