codyco.json
Codyco Brand Identity
A complete profile of Codyco's visual system — colors, typography, components, and personality — extracted from https://www.codyco.ai/en. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/codyco
- Machine-readable JSON: https://characterquilt.com/branding/codyco.json
- Per-page llms.txt: https://characterquilt.com/branding/codyco/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #FDF4EC |
| Accent | #060430 |
| Body Font | Instrument Sans |
| Heading Font | Shippori Mincho |
Color Palette
- primary: #FDF4EC
- accent: #060430
- background: #FFFDFB
- textPrimary: #060430
- link: #060430
Typography
- primary: Instrument Sans — https://fonts.google.com/specimen/Instrument+Sans
- heading: Shippori Mincho — https://fonts.google.com/specimen/Shippori+Mincho
Visual Assets
- Logo: data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20256%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22var(--token-5c360c03-fa3b-4bd2-b4d2-a54adc0bec8a%2C%20rgb(6%2C%204%2C%2048))%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M128%2C24A104%2C104%2C0%2C1%2C0%2C232%2C128%2C104.11%2C104.11%2C0%2C0%2C0%2C128%2C24Zm87.63%2C96H175.8c-1.41-28.46-10.27-55.47-25.12-77A88.2%2C88.2%2C0%2C0%2C1%2C215.63%2C120ZM128%2C215.89c-18.73-20.27-30.09-49-31.77-79.89h63.54C158.09%2C166.87%2C146.73%2C195.62%2C128%2C215.89ZM96.23%2C120c1.68-30.87%2C13-59.62%2C31.77-79.89%2C18.73%2C20.27%2C30.09%2C49%2C31.77%2C79.89Zm9.09-77C90.47%2C64.53%2C81.61%2C91.54%2C80.2%2C120H40.37A88.2%2C88.2%2C0%2C0%2C1%2C105.32%2C43ZM40.37%2C136H80.2c1.41%2C28.46%2C10.27%2C55.47%2C25.12%2C77A88.2%2C88.2%2C0%2C0%2C1%2C40.37%2C136Zm110.31%2C77c14.85-21.56%2C23.71-48.57%2C25.12-77h39.83A88.2%2C88.2%2C0%2C0%2C1%2C150.68%2C213Z%22%20style%3D%22fill%3A%20rgb(6%2C%204%2C%2048)%20!important%3B%22%2F%3E%3C%2Fsvg%3E
- Favicon: https://framerusercontent.com/images/Iuh2Fymp6co4EiCsULJMcYMFUTM.png
- Social card (og:image): https://framerusercontent.com/images/R6TbuBgJnZwUo6eUFfFKM5UIno0.png
UI Components
- input: background=transparent, textColor=#060430, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#060430, textColor=#000000, borderRadius=16px, shadow=none
- buttonSecondary: background=#EEEEEE, textColor=#444444, borderRadius=8px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: hotel groups and hospitality industry professionals
Codyco Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Our Story - FundMate
- Data Reveals the 2 Critical Moments Your Hotel Front Desk Is Losing Revenue - FundMate
- Our Story - FundMate
- Our Story - FundMate
- Our Story - FundMate
- Our Story - FundMate
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": "light",
"fonts": [
{
"family": "Instrument Sans",
"role": "body"
},
{
"family": "Shippori Mincho",
"role": "heading"
}
],
"colors": {
"primary": "#FDF4EC",
"accent": "#060430",
"background": "#FFFDFB",
"textPrimary": "#060430",
"link": "#060430"
},
"typography": {
"fontFamilies": {
"primary": "Instrument Sans",
"heading": "Shippori Mincho"
},
"fontStacks": {
"heading": [
"Shippori Mincho",
"serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Instrument Sans",
"sans-serif"
]
},
"fontSizes": {
"h1": "53px",
"h2": "68px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#060430",
"borderColor": null,
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#060430",
"textColor": "#000000",
"borderRadius": "16px",
"borderRadiusCorners": {
"topLeft": "16px",
"topRight": "16px",
"bottomRight": "16px",
"bottomLeft": "16px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#EEEEEE",
"textColor": "#444444",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
}
},
"images": {
"logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20256%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22var(--token-5c360c03-fa3b-4bd2-b4d2-a54adc0bec8a%2C%20rgb(6%2C%204%2C%2048))%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M128%2C24A104%2C104%2C0%2C1%2C0%2C232%2C128%2C104.11%2C104.11%2C0%2C0%2C0%2C128%2C24Zm87.63%2C96H175.8c-1.41-28.46-10.27-55.47-25.12-77A88.2%2C88.2%2C0%2C0%2C1%2C215.63%2C120ZM128%2C215.89c-18.73-20.27-30.09-49-31.77-79.89h63.54C158.09%2C166.87%2C146.73%2C195.62%2C128%2C215.89ZM96.23%2C120c1.68-30.87%2C13-59.62%2C31.77-79.89%2C18.73%2C20.27%2C30.09%2C49%2C31.77%2C79.89Zm9.09-77C90.47%2C64.53%2C81.61%2C91.54%2C80.2%2C120H40.37A88.2%2C88.2%2C0%2C0%2C1%2C105.32%2C43ZM40.37%2C136H80.2c1.41%2C28.46%2C10.27%2C55.47%2C25.12%2C77A88.2%2C88.2%2C0%2C0%2C1%2C40.37%2C136Zm110.31%2C77c14.85-21.56%2C23.71-48.57%2C25.12-77h39.83A88.2%2C88.2%2C0%2C0%2C1%2C150.68%2C213Z%22%20style%3D%22fill%3A%20rgb(6%2C%204%2C%2048)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
"favicon": "https://framerusercontent.com/images/Iuh2Fymp6co4EiCsULJMcYMFUTM.png",
"ogImage": "https://framerusercontent.com/images/R6TbuBgJnZwUo6eUFfFKM5UIno0.png"
},
"__llm_logo_reasoning": {
"selectedIndex": 1,
"reasoning": "Selected #1 because it is located in the header, is visible, and matches the favicon style, indicating it is the primary brand logo.",
"confidence": 0.85,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Receive test number",
"reasoning": "Button #0 has a dark, vibrant background color (#060430) which stands out as a primary CTA. The text 'Receive test number' is action-oriented, making it suitable as the main call-to-action."
},
"secondary": {
"index": 1,
"text": "Okay",
"reasoning": "Button #1 has a light background color (#EEEEEE) and a less prominent action ('Okay'), making it suitable as a secondary button."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "hotel groups and hospitality industry professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 1,
"selectedLogoReasoning": "Selected #1 because it is located in the header, is visible, and matches the favicon style, indicating it is the primary brand logo.",
"confidence": 0.85
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}