# 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** - Image: https://cdn.prod.website-files.com/6703df1e9ed74714faa1dc8f/675ab55aca53b10a2eebe6e6_kelly-sikkema-wgcUx0kR1ps-unsplash.jpg - Source: https://www.floatpays.com/post/understanding-two-pot-pension-withdrawal-system-pitfalls - **Partners & integrations** - Image: https://cdn.prod.website-files.com/66e00892fb9cc89676ca4afb/6720bb05001722abdf6e9a7a_Salt%20Logo_RGB-01.jpg - Source: https://www.floatpays.com/partners-integrations - **Financial wellness tools** - Image: https://cdn.prod.website-files.com/66e00892fb9cc89676ca4afb/67076329835e0a3042dc78b5_OPEN-GRAPH-1%201%202.png - Source: https://www.floatpays.com/products/financial-wellness-tools - **The emergency fund revolution: How payroll-linked savings make it easy** - Image: https://cdn.prod.website-files.com/6703df1e9ed74714faa1dc8f/67bd902b46b4b45368ce2977_Group%20984.png - Source: https://www.floatpays.com/post/the-emergency-fund-revolution-how-payroll-linked-savings-make-it-easy - **Paycheck Pulse by Floatpays** - Image: https://cdn.prod.website-files.com/6703df1e9ed74714faa1dc8f/67ab7f2e1ccd42f33a827698_EWA_black_male_worker_shoe_factory_compressed.jpg - Source: https://www.floatpays.com/blog ## 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: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. 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 ```json { "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 } } } ```