businessonbot.json
BusinessOnBot Brand Identity
A complete profile of BusinessOnBot's visual system — colors, typography, components, and personality — extracted from https://www.businessonbot.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/businessonbot
- Machine-readable JSON: https://characterquilt.com/branding/businessonbot.json
- Per-page llms.txt: https://characterquilt.com/branding/businessonbot/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #00FFB2 |
| Accent | #00FFB2 |
| Body Font | Inter |
| Heading Font | Outfit |
Color Palette
- primary: #00FFB2
- accent: #00FFB2
- background: #121212
- textPrimary: #121212
- link: #74FFC0
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Outfit — https://fonts.google.com/specimen/Outfit
Visual Assets
- Logo: https://cdn.prod.website-files.com/64710a58deace073b8c4a98a/64732f8cf753275fb1ea33ea_final-logo-2.webp
- Favicon: https://cdn.prod.website-files.com/64710a58deace073b8c4a98a/647765909c08582651b3055d_bob-4.png
UI Components
- buttonPrimary: background=#00FFB2, textColor=#FFFFFF, borderColor=#74FFC0, borderRadius=40px, shadow=rgb(0, 255, 178) 1px 0px 15px 0px
- buttonSecondary: background=#181818, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=40px, shadow=none
Brand Personality
Tone: modern · Energy: high · Audience: businesses looking for AI solutions
BusinessOnBot Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- BusinessOnBot Enterprise | AI-Powered Omnichannel Platform
- BusinessOnBot | AI powered Omnichannel Support, Marketing & Engagement
- BusinessOnBot Enterprise | AI-Powered Omnichannel Platform
- BusinessOnBot Enterprise | AI-Powered Omnichannel Platform
- BusinessOnBot Enterprise | AI-Powered Omnichannel Platform
- BusinessOnBot Enterprise | AI-Powered Omnichannel Platform
Working with these fonts
Not found on Google 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.