torch.json
Torch Brand Identity
A complete profile of Torch's visual system — colors, typography, components, and personality — extracted from https://torch.io/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/torch
- Machine-readable JSON: https://characterquilt.com/branding/torch.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #D3F3F2 |
| Accent | #003744 |
| Body Font | Inter |
| Heading Font | Givonic |
Color Palette
- primary: #D3F3F2
- secondary: #DDEFE5
- accent: #003744
- background: #FFF8F4
- textPrimary: #160D0D
- link: #003744
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Givonic — https://fonts.google.com/specimen/Givonic
Visual Assets
- Logo: https://torch.io/wp-content/uploads/2025/01/TorchLogo_Primary_CMYK.png
- Favicon: https://torch.io/wp-content/uploads/2025/01/cropped-TorchIcon_Primary_RGB-3-32x32.png
- Social card (og:image): https://torch.io/wp-content/uploads/2025/01/Facebook-LinkedIn-1.png
UI Components
- input: background=#FFF9F5, textColor=#FFF8F4, borderColor=#FFFCFA, borderRadius=6px, shadow=none
- buttonPrimary: background=#D3F3F2, textColor=#160D0D, borderRadius=12px, shadow=rgb(22, 13, 13) 0px 0px 0px 1px inset
- buttonSecondary: background=#003744, textColor=#FFFFFF, borderRadius=12px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: corporate professionals seeking leadership development
Torch Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Curious Consumption, No. 6 Trends in Feedback | Torch
- Blog | Torch
- Resources | Torch
- The importance of emotional intelligence for successful leaders | Torch
- Torch Coaches: Meet Evelyn J. | Torch
- 9 ways great managers can lead through change | Torch
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": "Givonic",
"role": "heading"
},
{
"family": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#D3F3F2",
"secondary": "#DDEFE5",
"accent": "#003744",
"background": "#FFF8F4",
"textPrimary": "#160D0D",
"link": "#003744"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Givonic"
},
"fontStacks": {
"heading": [
"Givonic"
],
"body": [
"Inter",
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "64px",
"h2": "56px",
"body": "22px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "12px"
},
"components": {
"input": {
"background": "#FFF9F5",
"textColor": "#FFF8F4",
"borderColor": "#FFFCFA",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#D3F3F2",
"textColor": "#160D0D",
"borderRadius": "12px",
"borderRadiusCorners": {
"topLeft": "12px",
"topRight": "12px",
"bottomRight": "12px",
"bottomLeft": "12px"
},
"shadow": "rgb(22, 13, 13) 0px 0px 0px 1px inset"
},
"buttonSecondary": {
"background": "#003744",
"textColor": "#FFFFFF",
"borderRadius": "12px",
"borderRadiusCorners": {
"topLeft": "12px",
"topRight": "12px",
"bottomRight": "12px",
"bottomLeft": "12px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://torch.io/wp-content/uploads/2025/01/TorchLogo_Primary_CMYK.png",
"favicon": "https://torch.io/wp-content/uploads/2025/01/cropped-TorchIcon_Primary_RGB-3-32x32.png",
"ogImage": "https://torch.io/wp-content/uploads/2025/01/Facebook-LinkedIn-1.png",
"logoHref": "https://torch.io/",
"logoAlt": "Home page"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Torch'.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Get a demo",
"reasoning": "Button #0 'Get a demo' uses a vibrant green background (#D3F3F2) which stands out as a primary call-to-action, encouraging users to engage with the service."
},
"secondary": {
"index": 4,
"text": "Explore change coaching",
"reasoning": "Button #4 'Explore change coaching' uses the brand color #003744, making it a suitable secondary action that complements the primary button."
},
"confidence": 0.9
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "corporate professionals seeking leadership development"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Torch'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}