epicenter.json
Epicenter Brand Identity
A complete profile of Epicenter's visual system — colors, typography, components, and personality — extracted from https://epicenter.md. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/epicenter
- Machine-readable JSON: https://characterquilt.com/branding/epicenter.json
- Per-page llms.txt: https://characterquilt.com/branding/epicenter/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #020618 |
| Accent | #F1F5F9 |
| Body Font | Manrope |
| Heading Font | Manrope |
Color Palette
- primary: #020618
- secondary: #0F172B
- accent: #F1F5F9
- background: #FFFFFF
- textPrimary: #62748E
- link: #62748E
Typography
- primary: Manrope — https://fonts.google.com/specimen/Manrope
- heading: Manrope — https://fonts.google.com/specimen/Manrope
Visual Assets
- Favicon: https://epicenter.md/favicon.svg
UI Components
- buttonPrimary: background=#F1F5F9, textColor=#0F172B, 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) 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
- buttonSecondary: background=#FFFFFF, textColor=#020618, borderColor=#E2E8F0, 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) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy individuals and developers
Epicenter Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Epicenter Advertising & Marketing -
- Epicenter Impact Report 2022-2023 by epicentermemphis - Issuu
- Epicenter Advertising & Marketing -
- EpiCenter | National Institute of Environmental Health Sciences
- LMS Learning the Basics - Chapter 1 - Epicenter
- Check out what's new - Epicenter
Working with these fonts
Not found on Google Fonts? If you have permission to use the fonts, follow these steps:
- 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 navigate through various sections switching between routes to capture all font weights.
- For each font URL captured, right-click and save it locally.
- View the CSS in DevTools to pull out matching @font-face declarations, ensuring the
src: url(...)points 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": "Manrope",
"role": "body"
},
{
"family": "Roboto",
"role": "unknown"
}
],
"colors": {
"primary": "#020618",
"secondary": "#0F172B",
"accent": "#F1F5F9",
"background": "#FFFFFF",
"textPrimary": "#62748E",
"link": "#62748E"
},
"typography": {
"fontFamilies": {
"primary": "Manrope",
"heading": "Manrope"
},
"fontStacks": {
"heading": [
"Manrope",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"sans-serif"
],
"body": [
"Manrope",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"sans-serif"
],
"paragraph": [
"Manrope",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"sans-serif"
]
},
"fontSizes": {
"h1": "48px",
"h2": "48px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#F1F5F9",
"textColor": "#0F172B",
"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) 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"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#020618",
"borderColor": "#E2E8F0",
"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) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
}
},
"images": {
"favicon": "https://epicenter.md/favicon.svg",
"ogImage": null
}
}