breadcrumbs io.json
Breadcrumbs.io Brand Identity
A complete profile of Breadcrumbs.io's visual system — colors, typography, components, and personality — extracted from http://www.breadcrumbs.io. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/breadcrumbs-io
- Machine-readable JSON: https://characterquilt.com/branding/breadcrumbs-io.json
- Per-page llms.txt: https://characterquilt.com/branding/breadcrumbs-io/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #FFE700 |
| Accent | #B54BFF |
| Body Font | Roboto |
| Heading Font | Roboto |
Color Palette
- primary: #FFE700
- secondary: #0A1120
- accent: #B54BFF
- background: #FAFAFA
- textPrimary: #212121
- link: #B54BFF
Typography
- primary: Roboto — https://fonts.google.com/specimen/Roboto
- heading: Roboto — https://fonts.google.com/specimen/Roboto
Visual Assets
- Logo: https://breadcrumbs.io/wp-content/uploads/2020/07/logo-invert.png
- Favicon: https://breadcrumbs.io/wp-content/uploads/2020/04/cropped-icon-color-150x150.png
- Social card (og:image): https://breadcrumbs.io/wp-content/uploads/2023/05/home3d-feat-share-fig.png
UI Components
- input: background=#FFFFFF, textColor=#212121, borderColor=#FFFFFF, borderRadius=50px, shadow=rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals
Breadcrumbs.io Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Breadcrumbs Blog - Learn Revenue Acceleration today!
- Predictive Analytics in B2B Sales: Forecasting Revenue with Precision
- Image: https://th.bing.com/th/id/R.5da104b269569653ac2f968c974ac58b?rik=Qx7Bw6Eg2oxFiw&riu=http%3A%2F%2Fwww.remarkety.com%2Fwp-content%2Fuploads%2F2017%2F07%2Fpersonalized-product-recommendations-Sephora-Email.png&ehk=tlgISaqmeCr3JVjoQc2M%2FJrv753a%2FxV617cjOV5FAGo%3D&risl=&pid=ImgRaw&r=0
- Source: https://breadcrumbs.io/blog/predictive-analytics-b2b-sales/
- 8 Account-Based Marketing Best Practices to Follow in 2023
- Free Email Verifier - 1 click to verify every email in your contact list
- Breadcrumbs Blog - Learn Revenue Acceleration today!
- Breadcrumbs Blog - Learn Revenue Acceleration today!
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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Roboto",
"role": "body"
}
],
"colors": {
"primary": "#FFE700",
"secondary": "#0A1120",
"accent": "#B54BFF",
"background": "#FAFAFA",
"textPrimary": "#212121",
"link": "#B54BFF"
},
"typography": {
"fontFamilies": {
"primary": "Roboto",
"heading": "Roboto"
},
"fontStacks": {
"heading": [
"Roboto",
"sans-serif"
],
"body": [
"Roboto",
"sans-serif"
],
"paragraph": [
"Roboto",
"sans-serif"
]
},
"fontSizes": {
"h1": "40px",
"h2": "12px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#212121",
"borderColor": "#FFFFFF",
"borderRadius": "50px",
"borderRadiusCorners": {
"topLeft": "50px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "50px"
},
"shadow": "rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset"
}
},
"images": {
"logo": "https://breadcrumbs.io/wp-content/uploads/2020/07/logo-invert.png",
"favicon": "https://breadcrumbs.io/wp-content/uploads/2020/04/cropped-icon-color-150x150.png",
"ogImage": "https://breadcrumbs.io/wp-content/uploads/2023/05/home3d-feat-share-fig.png",
"logoHref": "/",
"logoAlt": "Breadcrumbs - Revenue Acceleration"
},
"__llm_logo_reasoning": {
"selectedIndex": 25,
"reasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'Breadcrumbs - Revenue Acceleration'.",
"confidence": 0.9,
"source": "llm"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0.9,
"overall": 0.45
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 1,
"selectedLogoReasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'Breadcrumbs - Revenue Acceleration'.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}