buxfer.json
Buxfer Brand Identity
A complete profile of Buxfer's visual system — colors, typography, components, and personality — extracted from https://www.buxfer.com. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #EE624C |
| Accent | #36C0FF |
| Body Font | Lato |
| Heading Font | Lato |
Color Palette
- primary: #EE624C
- secondary: #606472
- accent: #36C0FF
- background: #FFFFFF
- textPrimary: #36C0FF
- link: #36C0FF
Typography
- primary: Lato — https://fonts.google.com/specimen/Lato
- heading: Lato — https://fonts.google.com/specimen/Lato
Visual Assets
- Logo: https://dm19v66mgwhwp.cloudfront.net/media/UIFrontPage/logo-buxfer.png
- Favicon: https://www.buxfer.com/media/logo/piechart-dark-round.png
- Social card (og:image): /media/logo/logo-dark.png
UI Components
- buttonPrimary: background=#EE624C, textColor=#FFFFFF, borderRadius=3px, shadow=none
- buttonSecondary: background=#36C0FF, textColor=#FFFFFF, borderRadius=3px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy individuals looking for financial management tools
Buxfer Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- What is the Cash Envelope System for Budgeting? – Buxfer Blog
- How the 80-20 Rule Can Improve Your Finances – Buxfer Blog
- 10 Ways to Stop Wasting Money on Food – Buxfer Blog
- How to Build Up an Emergency Fund – Buxfer Blog
- What is Inflation-Induced Debt Destruction? – Buxfer Blog
- 7 Purchases You Might Regret Later On and Why – Buxfer 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:
- 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.