kopra bio.json
Kopra Bio Brand Identity
A complete profile of Kopra Bio's visual system — colors, typography, components, and personality — extracted from https://kopra.bio. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/kopra-bio
- Machine-readable JSON: https://characterquilt.com/branding/kopra-bio.json
- Per-page llms.txt: https://characterquilt.com/branding/kopra-bio/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #B3C3CF |
| Accent | #EAEC78 |
| Body Font | Helvetica Neue |
| Heading Font | halyard-display |
Color Palette
- primary: #B3C3CF
- accent: #EAEC78
- background: #FFFFFF
- textPrimary: #000000
- link: #EAEC78
Typography
- primary: Helvetica Neue — https://fonts.google.com/specimen/Helvetica+Neue
- heading: halyard-display — https://fonts.google.com/specimen/halyard-display
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- input: background=transparent, textColor=#000000, borderColor=#000000, borderRadius=6.8px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 1px
- buttonPrimary: background=#EAEC78, textColor=#000000, borderColor=#EAEC78, borderRadius=6.8px, shadow=none
- buttonSecondary: background=#000000, textColor=#FFFFFF, borderColor=#000000, borderRadius=6.8px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: environmentally conscious consumers
Kopra Bio Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Kopra Bio
- Image:
- Source: https://www.kopra.bio/
- Float House — Kopra Bio
- Image:
- Source: https://www.kopra.bio/float-house
- Greenspacing — Kopra Bio
- Image:
- Source: https://www.kopra.bio/greenspacing
- Kopra Bio
- Image:
- Source: https://www.kopra.bio/
- Greenspacing — Kopra Bio
- Image:
- Source: https://www.kopra.bio/greenspacing
- Float House — Kopra Bio
- Image:
- Source: https://www.kopra.bio/float-house
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": "Helvetica Neue",
"role": "body"
},
{
"family": "Arial",
"role": "body"
},
{
"family": "pragmatica-web",
"role": "unknown"
},
{
"family": "halyard-display",
"role": "display"
}
],
"colors": {
"primary": "#B3C3CF",
"accent": "#EAEC78",
"background": "#FFFFFF",
"textPrimary": "#000000",
"link": "#EAEC78"
},
"typography": {
"fontFamilies": {
"primary": "Helvetica Neue",
"heading": "halyard-display"
},
"fontStacks": {
"heading": [
"Helvetica Neue",
"Arial",
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Helvetica Neue",
"Arial",
"sans-serif"
]
},
"fontSizes": {
"h1": "136.808px",
"h2": "136.808px",
"body": "17px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#000000",
"borderColor": "#000000",
"borderRadius": "6.8px",
"borderRadiusCorners": {
"topLeft": "6.8px",
"topRight": "6.8px",
"bottomRight": "6.8px",
"bottomLeft": "6.8px"
},
"shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 1px"
},
"buttonPrimary": {
"background": "#EAEC78",
"textColor": "#000000",
"borderColor": "#EAEC78",
"borderRadius": "6.8px",
"borderRadiusCorners": {
"topLeft": "6.8px",
"topRight": "6.8px",
"bottomRight": "6.8px",
"bottomLeft": "6.8px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#000000",
"textColor": "#FFFFFF",
"borderColor": "#000000",
"borderRadius": "6.8px",
"borderRadiusCorners": {
"topLeft": "6.8px",
"topRight": "6.8px",
"bottomRight": "6.8px",
"bottomLeft": "6.8px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://images.squarespace-cdn.com/content/v1/66abc6376640034a2fdf4250/a7ce8b3d-0c44-4ce7-addc-fd0d2c38b7db/Kopra+Logo+Negative.jpg?format=1500w",
"favicon": "https://assets.squarespace.com/universal/default-favicon.ico",
"ogImage": "http://static1.squarespace.com/static/66abc6376640034a2fdf4250/t/66b3d06b36b47b465d549552/1723060331315/Kopra+Logo+Negative.jpg?format=1500w",
"logoHref": "/",
"logoAlt": "Kopra Bio"
},
"__llm_logo_reasoning": {
"selectedIndex": 1,
"reasoning": "Selected #1 because it is visible, located in the header, and matches the brand name 'Kopra Bio'. It links to the homepage, indicating it is the primary logo.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Skip to Content",
"reasoning": "Button #0 uses the vibrant brand color #EAEC78, which is typically used for primary CTAs. Its placement and color make it stand out as the main action button."
},
"secondary": {
"index": 1,
"text": "SendSend",
"reasoning": "Button #1 has a different background color (#000000) and serves as a secondary action with a more subdued appearance compared to the primary button."
},
"confidence": 0.9
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "environmentally conscious consumers"
},
"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": 1,
"selectedLogoReasoning": "Selected #1 because it is visible, located in the header, and matches the brand name 'Kopra Bio'. It links to the homepage, indicating it is the primary logo.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}