corgea.json
Corgea Brand Identity
A complete profile of Corgea's visual system — colors, typography, components, and personality — extracted from https://www.corgea.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/corgea
- Machine-readable JSON: https://characterquilt.com/branding/corgea.json
- Per-page llms.txt: https://characterquilt.com/branding/corgea/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #D8DEEA |
| Accent | #0E0E0E |
| Body Font | Manrope |
| Heading Font | Avenir Next |
Color Palette
- primary: #D8DEEA
- secondary: #C9D1D9
- accent: #0E0E0E
- background: #050505
- textPrimary: #F5F5F5
- link: #8B949E
Typography
- primary: Manrope — https://fonts.google.com/specimen/Manrope
- heading: Avenir Next — https://fonts.google.com/specimen/Avenir+Next
Visual Assets
- Logo: https://corgea.com/corgea-horizonatal-white-text.png
- Favicon: https://corgea.com/favicon.png
- Social card (og:image): https://corgea.com/screenshot.svg
UI Components
- buttonPrimary: background=#0E0E0E, textColor=#F5F5F5, borderColor=#2A2A2A, borderRadius=999px, shadow=none
- buttonSecondary: background=#101010, textColor=#F5F5F5, borderColor=#2A2A2A, borderRadius=10px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: developers and security professionals
Corgea Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- What Is SAST? Static Application Security Testing Explained | Corgea
- Introducing PolicyIQ: Contextual Security Analysis for Smarter, More Accurate Results | Corgea
- The Future of SAST: A Shift to AI-Powered Security | Corgea
- Corgea Now Supports Vulnerability Fixes in Java, Go, and Ruby | Corgea
- Best SAST Tools in 2026: Compared & Ranked | Corgea
- The Best AI‑Powered SAST in 2025 | Corgea
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": "dark",
"fonts": [
{
"family": "Manrope",
"role": "body"
},
{
"family": "Avenir Next",
"role": "heading"
},
{
"family": "Segoe UI",
"role": "unknown"
},
{
"family": "Arial",
"role": "unknown"
},
{
"family": "JetBrains Mono",
"role": "monospace"
}
],
"colors": {
"primary": "#D8DEEA",
"secondary": "#C9D1D9",
"accent": "#0E0E0E",
"background": "#050505",
"textPrimary": "#F5F5F5",
"link": "#8B949E"
},
"typography": {
"fontFamilies": {
"primary": "Manrope",
"heading": "Avenir Next"
},
"fontStacks": {
"heading": [
"Space Grotesk",
"Manrope",
"sans-serif"
],
"body": [
"Manrope",
"Avenir Next",
"Segoe UI",
"sans-serif"
],
"paragraph": [
"Manrope",
"Avenir Next",
"Segoe UI",
"sans-serif"
]
},
"fontSizes": {
"h1": "64px",
"h2": "57.6px",
"body": "12.48px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "10px"
},
"components": {
"buttonPrimary": {
"background": "#0E0E0E",
"textColor": "#F5F5F5",
"borderColor": "#2A2A2A",
"borderRadius": "999px",
"borderRadiusCorners": {
"topLeft": "999px",
"topRight": "999px",
"bottomRight": "999px",
"bottomLeft": "999px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#101010",
"textColor": "#F5F5F5",
"borderColor": "#2A2A2A",
"borderRadius": "10px",
"borderRadiusCorners": {
"topLeft": "10px",
"topRight": "10px",
"bottomRight": "10px",
"bottomLeft": "10px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://corgea.com/corgea-horizonatal-white-text.png",
"favicon": "https://corgea.com/favicon.png",
"ogImage": "https://corgea.com/screenshot.svg",
"logoHref": "/",
"logoAlt": "Corgea"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Corgea'. It is the most prominent logo, linking to the homepage.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 3,
"text": "Sign up",
"reasoning": "Button #2 ('Sign up') is likely the primary CTA due to its action-oriented text and distinct rounded style, which suggests a focus on user engagement."
},
"secondary": {
"index": 1,
"text": "Sign in",
"reasoning": "Button #1 ('Sign in') serves as a secondary action, providing an alternative user path with a different background color."
},
"confidence": 0.9
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "developers and security professionals"
},
"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, and matches the brand name 'Corgea'. It is the most prominent logo, linking to the homepage.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}