excepgen.json
Excepgen Brand Identity
A complete profile of Excepgen's visual system — colors, typography, components, and personality — extracted from http://www.excepgen.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/excepgen
- Machine-readable JSON: https://characterquilt.com/branding/excepgen.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #0000EE |
| Accent | #0000EE |
| Body Font | Graphikarabic |
| Heading Font | Graphikarabic |
Color Palette
- primary: #0000EE
- secondary: #F4BFDB
- accent: #0000EE
- background: #FFFFFF
- textPrimary: #222222
- link: #EE9FC8
Typography
- primary: Graphikarabic — https://fonts.google.com/specimen/Graphikarabic
- heading: Graphikarabic — https://fonts.google.com/specimen/Graphikarabic
Visual Assets
- Logo: https://cdn.prod.website-files.com/6290a0f136955cc0409c7dc0/6290a0f136955ccec99c7e1b_ExcepGen%20Logo.svg
- Favicon: https://cdn.prod.website-files.com/6290a0f136955cc0409c7dc0/6290a0f136955cb7289c7e18_faviconsmall.png
- Social card (og:image): https://cdn.prod.website-files.com/60a7bc17f1cf971240b73e72/60f5e6ac0b4cb15b98223cfc_OG.jpg
UI Components
- buttonPrimary: background=#FFFFFF, textColor=#0000EE, borderRadius=0px, shadow=none
- buttonSecondary: background=#222222, textColor=#0000EE, borderRadius=0px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
Excepgen Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- ExcepGen | Team
- ExcepGen | Team
- ExcepGen | Team
- ExcepGen | Team
- ExcepGen
- ExcepGen
Working with these fonts
Not found on Google 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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Graphikarabic",
"role": "unknown"
}
],
"colors": {
"primary": "#0000EE",
"secondary": "#F4BFDB",
"accent": "#0000EE",
"background": "#FFFFFF",
"textPrimary": "#222222",
"link": "#EE9FC8"
},
"typography": {
"fontFamilies": {
"primary": "Graphikarabic",
"heading": "Graphikarabic"
},
"fontStacks": {
"heading": [
"Graphikarabic",
"sans-serif"
],
"body": [
"Graphikarabic",
"sans-serif"
],
"paragraph": [
"Graphikarabic",
"sans-serif"
]
},
"fontSizes": {
"h1": "42px",
"h2": "42px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#FFFFFF",
"textColor": "#0000EE",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#222222",
"textColor": "#0000EE",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/6290a0f136955cc0409c7dc0/6290a0f136955ccec99c7e1b_ExcepGen%20Logo.svg",
"favicon": "https://cdn.prod.website-files.com/6290a0f136955cc0409c7dc0/6290a0f136955cb7289c7e18_faviconsmall.png",
"ogImage": "https://cdn.prod.website-files.com/60a7bc17f1cf971240b73e72/60f5e6ac0b4cb15b98223cfc_OG.jpg",
"logoHref": "/",
"logoAlt": "The Excepgen Logo"
}
}