corgi labs.json
Corgi Labs Brand Identity
A complete profile of Corgi Labs's visual system — colors, typography, components, and personality — extracted from https://www.corgilabs.ai. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/corgi-labs
- Machine-readable JSON: https://characterquilt.com/branding/corgi-labs.json
- Per-page llms.txt: https://characterquilt.com/branding/corgi-labs/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #343D5B |
| Accent | #FF8F05 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #343D5B
- secondary: #FF8F05
- accent: #FF8F05
- background: #FFFFFF
- textPrimary: #366EF2
- link: #366EF2
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: https://www.corgilabs.ai/assets/corgi-blue-text-vZTftKi2.svg
- Favicon: https://www.corgilabs.ai/favicon.svg?v=3
- Social card (og:image): https://tcogpkjbcipaopdsvkgf.supabase.co/storage/v1/object/public/blog-images/1771093153774-corgi-Labs-OG.webp
UI Components
- buttonPrimary: background=#FF8F05, textColor=#FFFFFF, borderRadius=9999px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(255, 143, 5, 0.35) 0px 4px 14px 0px
- buttonSecondary: background=#366EF2, textColor=#FFFFFF, borderRadius=9999px, shadow=none
Brand Personality
Tone: modern · Energy: high · Audience: businesses seeking AI solutions for payment optimization
Corgi Labs Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Corgi Labs
- Corgi Labs - AI-Powered Acceptance Model for Payment Optimization
- Corgi Intelligence | Payment Analytics & Revenue Insights | Corgi Labs
- Corgi Labs - AI-Powered Acceptance Model for Payment Optimization
- Corgi Labs Explainer: AI-Powered Payment Optimization
- Corgi Labs - AI-Powered Acceptance Model for Payment Optimization
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.