flo recruit.json
Flo Recruit Brand Identity
A complete profile of Flo Recruit's visual system — colors, typography, components, and personality — extracted from https://florecruit.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/flo-recruit
- Machine-readable JSON: https://characterquilt.com/branding/flo-recruit.json
- Per-page llms.txt: https://characterquilt.com/branding/flo-recruit/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #574656 |
| Accent | #261025 |
| Body Font | Verdana |
| Heading Font | Verdana |
Color Palette
- primary: #574656
- secondary: #0000EE
- accent: #261025
- background: #F3F2ED
- textPrimary: #261025
- link: #261025
Typography
- primary: Verdana — https://fonts.google.com/specimen/Verdana
- heading: Verdana — https://fonts.google.com/specimen/Verdana
Visual Assets
- Logo: https://cdn.prod.website-files.com/69828123b4539fe1d003cde7/6982af9a06b85071ba298bd5_flo-logo-midnight.svg
- Favicon: https://cdn.prod.website-files.com/69828123b4539fe1d003cde7/6982a15287fcfd2d29aa4908_flo-favicon-32x32.png
- Social card (og:image): https://cdn.prod.website-files.com/69828123b4539fe1d003cde7/6982abf64916a44b3a49e8b5_flo-opengraph.png
UI Components
- buttonPrimary: background=#261025, textColor=#FFFFFF, borderRadius=48px, shadow=none
- buttonSecondary: background=#F3F2ED, textColor=#261025, borderColor=#261025, borderRadius=48px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: legal professionals
Flo Recruit Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Job Details
- Using Robots to Make your Process more Human (and Productive)
- The Candidate's Guide to Prepping for a Virtual Interview
- Careers
- Flo Recruit Forward Blog
- NYCRA and Flo Recruit Applicant Tracking Launch Happy Hour
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.