alba orbital.json
Alba Orbital Brand Identity
A complete profile of Alba Orbital's visual system — colors, typography, components, and personality — extracted from https://www.albaorbital.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/alba-orbital
- Machine-readable JSON: https://characterquilt.com/branding/alba-orbital.json
- Per-page llms.txt: https://characterquilt.com/branding/alba-orbital/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #FD0808 |
| Accent | #36B3A8 |
| Body Font | Adobe Garamond Pro |
| Heading Font | Proxima Nova |
Color Palette
- primary: #FD0808
- accent: #36B3A8
- background: #212121
- textPrimary: #212121
- link: #36B3A8
Typography
- primary: Adobe Garamond Pro — https://fonts.google.com/specimen/Adobe+Garamond+Pro
- heading: Proxima Nova — https://fonts.google.com/specimen/Proxima+Nova
Visual Assets
- Logo: https://images.squarespace-cdn.com/content/v1/53d7dcdce4b07a1cdbbc08a4/1501143250981-XJYX512TVC9RQ6MXQQ2J/albaorbital_col_wh.png?format=1500w
- Favicon: https://images.squarespace-cdn.com/content/v1/53d7dcdce4b07a1cdbbc08a4/1501148123511-GGBXIVNUVXRIT0BEQ8FY/favicon.ico
- Social card (og:image): http://static1.squarespace.com/static/53d7dcdce4b07a1cdbbc08a4/t/5979b966e3df28e4239e826b/1501149549942/albaorbital_col_wh.png?format=1500w
UI Components
- input: background=#FFFFFF, textColor=#272727, borderColor=#1D1D1D, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: aerospace industry professionals
Alba Orbital Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- PocketQube Deployers — Alba Orbital
- 1p/2p/3p Horizontal Integration Support Jig — Alba Orbital
- Customers — Alba Orbital
- IcMercury — Alba Orbital
- Night Lights blog — Alba Orbital
- Ocullo Space — Alba Orbital
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": "Adobe Garamond Pro",
"role": "body"
},
{
"family": "Proxima Nova",
"role": "heading"
}
],
"colors": {
"primary": "#FD0808",
"accent": "#36B3A8",
"background": "#212121",
"textPrimary": "#212121",
"link": "#36B3A8"
},
"typography": {
"fontFamilies": {
"primary": "Adobe Garamond Pro",
"heading": "Proxima Nova"
},
"fontStacks": {
"heading": [
"adobe-garamond-pro"
],
"body": [
"sans-serif"
],
"paragraph": [
"adobe-garamond-pro"
]
},
"fontSizes": {
"h1": "0px",
"h2": "22px",
"body": "24px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#272727",
"borderColor": "#1D1D1D",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://images.squarespace-cdn.com/content/v1/53d7dcdce4b07a1cdbbc08a4/1501143250981-XJYX512TVC9RQ6MXQQ2J/albaorbital_col_wh.png?format=1500w",
"favicon": "https://images.squarespace-cdn.com/content/v1/53d7dcdce4b07a1cdbbc08a4/1501148123511-GGBXIVNUVXRIT0BEQ8FY/favicon.ico",
"ogImage": "http://static1.squarespace.com/static/53d7dcdce4b07a1cdbbc08a4/t/5979b966e3df28e4239e826b/1501149549942/albaorbital_col_wh.png?format=1500w",
"logoHref": "/",
"logoAlt": "Alba Orbital"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, medium-sized, located in the header, and links to the homepage. The alt text matches the brand name 'Alba Orbital'.",
"confidence": 0.95,
"source": "llm"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "aerospace industry professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0.9,
"overall": 0.45
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, located in the header, and links to the homepage. The alt text matches the brand name 'Alba Orbital'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}