blixo.json
Blixo Brand Identity
A complete profile of Blixo's visual system — colors, typography, components, and personality — extracted from https://blixo.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/blixo
- Machine-readable JSON: https://characterquilt.com/branding/blixo.json
- Per-page llms.txt: https://characterquilt.com/branding/blixo/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #3045FF |
| Accent | #3045FF |
| Body Font | Work Sans |
| Heading Font | Work Sans |
Color Palette
- primary: #3045FF
- secondary: #D2DBF4
- accent: #3045FF
- background: #FFFFFF
- textPrimary: #5C97FF
- link: #5C97FF
Typography
- primary: Work Sans — https://fonts.google.com/specimen/Work+Sans
- heading: Work Sans — https://fonts.google.com/specimen/Work+Sans
Visual Assets
- Logo: https://blixo.com/img/logo.2e256941.svg
- Favicon: https://blixo.com/favicon.svg
- Social card (og:image): https://blixo-images.s3.us-west-2.amazonaws.com/landing/blixo-accounts-receivable-automation.png
UI Components
- input: background=#FFFFFF, textColor=#1B1B1B, borderColor=#D2DBF4, borderRadius=6px, shadow=none
- buttonPrimary: background=#3045FF, textColor=#FFFFFF, borderRadius=6px, shadow=none
- buttonSecondary: background=#5C97FF, textColor=#FFFFFF, borderRadius=7px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: businesses looking for billing solutions
Blixo Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Báo giá & Ước lượng - Blixo Documentation
- Hóa đơn - Blixo Documentation
- Elevate Your ENTIRE Billing Process - Blixo - Subscription Billing & Accounts Receivable Automation
- Credit Notes - Blixo Documentation
- Blixo - Accounts Receivable Automation & Subscription Billing
- Blixo Billing for Creative Professionals
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.