insight.json
Insight Brand Identity
A complete profile of Insight's visual system — colors, typography, components, and personality — extracted from https://www.insightbrowser.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/insight
- Machine-readable JSON: https://characterquilt.com/branding/insight.json
- Per-page llms.txt: https://characterquilt.com/branding/insight/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #000000 |
| Accent | #000000 |
| Body Font | -apple-system |
| Heading Font | -apple-system |
Color Palette
- primary: #000000
- accent: #000000
- background: #F8F8F8
- textPrimary: #24292E
- link: #000000
Typography
- primary: -apple-system — https://fonts.google.com/specimen/-apple-system
- heading: -apple-system — https://fonts.google.com/specimen/-apple-system
Brand Personality
Tone: professional · Energy: medium · Audience: unknown
Insight Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Insight: Definition, Examples & Tips | Yespo
- Image:
- Source: Yespo
- Business Insight Report Template - Reach Reporting
- Image:
- Source: Reach Reporting
- Insight Landing Page Templates – Royalty-Free Vector | VectorStock
- Image:
- Source: VectorStock
- Getting To The Insight. Ideas are floating all around us. But… | by Pedro Porto Alegre | Medium
- Image:
- Source: Medium
- Download the Template - Search Insights Report Template
- Image:
- Source: HubSpot
- INSIGHT - Multipurpose Responsive HTML Landing Pages by themetemplatedesign
- Image:
- Source: ThemeForest
Working with these fonts
Not found on Google Fonts? Here’s how to find fonts if you have permission to use them:
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 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": "-apple-system",
"count": 6
},
{
"family": "BlinkMacSystemFont",
"count": 6
},
{
"family": "Segoe UI",
"count": 6
},
{
"family": "Helvetica",
"count": 6
},
{
"family": "Arial",
"count": 6
},
{
"family": "sans-serif",
"count": 6
}
],
"colors": {
"primary": "#000000",
"accent": "#000000",
"background": "#F8F8F8",
"textPrimary": "#24292E",
"link": "#000000"
},
"typography": {
"fontFamilies": {
"primary": "-apple-system",
"heading": "-apple-system"
},
"fontStacks": {
"body": [
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Helvetica",
"Arial",
"sans-serif"
],
"heading": [
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Helvetica",
"Arial",
"sans-serif"
],
"paragraph": [
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Helvetica",
"Arial",
"sans-serif"
]
},
"fontSizes": {
"h1": "20px",
"h2": "40px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {},
"images": {
"logo": null,
"favicon": null,
"ogImage": null
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "unknown"
},
"designSystem": {
"framework": "unknown",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0,
"overall": 0
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": false,
"llmSucceeded": false,
"finalSource": "none",
"rawLogoSelection": {
"selectedLogoIndex": -1,
"selectedLogoReasoning": "LLM failed",
"confidence": 0
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false,
"error": "LLM call failed or returned fallback values"
}
}
}