echoes hq.json
Echoes HQ Brand Identity
A complete profile of Echoes HQ's visual system — colors, typography, components, and personality — extracted from https://echoeshq.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/echoes-hq
- Machine-readable JSON: https://characterquilt.com/branding/echoes-hq.json
- Per-page llms.txt: https://characterquilt.com/branding/echoes-hq/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #000000 |
| Accent | #000000 |
| Body Font | Times New Roman |
| Heading Font | Times New Roman |
Color Palette
- primary: #000000
- accent: #000000
- background: #FFFFFF
- textPrimary: #333333
- link: #000000
Typography
- primary: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman
- heading: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman
Brand Personality
Tone: professional · Energy: low · Audience: unknown
Echoes HQ Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Echoes (@Echoes_HQ) / Posts / X
- Image:
- Source: https://x.com/Echoes_HQ
- Home | Echoes Church
- Image:
- Source: https://www.echoes.church/
- Echoes (@Echoes_HQ) / Posts / X
- Image:
- Source: https://x.com/Echoes_HQ
- Home | Echoes Church
- Image:
- Source: https://www.echoes.church/
Working with these fonts
Not found on Google Fonts? Here are instructions for how to handle fonts properly if you have permission to use them:
- Open the company's homepage in a browser.
- In the Network tab, filter by "Font".
- Hard-reload the page and navigate around (pricing, blog, careers).
- For each captured font URL, download the file locally.
- View the page's CSS and copy out the matching @font-face declarations.
Only proceed with permission to use the brand assets as many proprietary fonts may not be redistributable.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Times New Roman",
"role": "body"
},
{
"family": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#000000",
"accent": "#000000",
"background": "#FFFFFF",
"textPrimary": "#333333",
"link": "#000000"
},
"typography": {
"fontFamilies": {
"primary": "Times New Roman",
"heading": "Times New Roman"
},
"fontStacks": {
"heading": [
"Inter",
"sans-serif"
],
"body": [
"Times New Roman"
],
"paragraph": [
"Times New Roman"
]
},
"fontSizes": {
"h1": "12px",
"h2": "12px",
"body": "12px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {},
"images": {
"favicon": null,
"ogImage": null
},
"personality": {
"tone": "professional",
"energy": "low",
"targetAudience": "unknown"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
}
}