thatch.json
Thatch Brand Identity
A complete profile of Thatch's visual system — colors, typography, components, and personality — extracted from https://thatch.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/thatch
- Machine-readable JSON: https://characterquilt.com/branding/thatch.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #374151 |
| Accent | #9C3BFF |
| Body Font | Inter |
| Heading Font | Soehne |
Color Palette
- primary: #374151
- secondary: #0070F3
- accent: #9C3BFF
- background: #FFFFFF
- textPrimary: #111827
- link: #111827
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Soehne — https://fonts.google.com/specimen/Soehne
Visual Assets
- Social card (og:image): https://thatch.com/opengraph/thatch-main.png
UI Components
- buttonPrimary: background=#9C3BFF, textColor=#0070F3, borderRadius=16px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px
- buttonSecondary: background=#FFFFFF, textColor=#111827, borderColor=#D1D5DB, borderRadius=8px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px
Brand Personality
Tone: modern · Energy: medium · Audience: business professionals seeking health benefits solutions
Thatch Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- 401(k) vs Pension Plans: Which Retirement Benefit Should Employers Offer? | Thatch Blog
- Complete Employee Benefits Guide: 40 Types Every Company Should Offer | Thatch Blog
- 2026 Health Benefits Outlook | Thatch
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.
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": "Inter",
"role": "body"
},
{
"family": "Soehne",
"role": "heading"
},
{
"family": "Montserrat",
"role": "unknown"
}
],
"colors": {
"primary": "#374151",
"secondary": "#0070F3",
"accent": "#9C3BFF",
"background": "#FFFFFF",
"textPrimary": "#111827",
"link": "#111827"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Soehne"
},
"fontStacks": {
"heading": [
"Soehne",
"sans-serif"
],
"body": [
"ui-sans-serif",
"system-ui"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "64px",
"h2": "40px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"buttonPrimary": {
"background": "#9C3BFF",
"textColor": "#0070F3",
"borderRadius": "16px",
"borderRadiusCorners": {
"topLeft": "16px",
"topRight": "16px",
"bottomRight": "16px",
"bottomLeft": "16px"
},
"shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#111827",
"borderColor": "#D1D5DB",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px"
}
},
"images": {
"favicon": null,
"ogImage": "https://thatch.com/opengraph/thatch-main.png"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "business professionals seeking health benefits solutions"
}
}