cambio.json
Cambio Brand Identity
A complete profile of Cambio's visual system — colors, typography, components, and personality — extracted from https://cambio.ai/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/cambio
- Machine-readable JSON: https://characterquilt.com/branding/cambio.json
- Per-page llms.txt: https://characterquilt.com/branding/cambio/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #DFF5F5 |
| Accent | #040E1F |
| Body Font | Inter |
| Heading Font | Tiempos Headline |
Color Palette
- primary: #DFF5F5
- secondary: #6B7688
- accent: #040E1F
- background: #FFFFFF
- textPrimary: #040E1F
- link: #040E1F
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Tiempos Headline — https://fonts.google.com/specimen/Tiempos+Headline
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#040E1F, textColor=#FFFFFF, borderRadius=34px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#040E1F, borderRadius=44px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: commercial real estate professionals
Cambio Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Real Estate Sustainability Reporting in Europe: An Investor's Guide | Company News
- Image:
- Source: Link
- Stanford University awards Leia and Cambio the Climate Innovations Prize | Company News
- Image: .webp)
- Source: Link
- Benchmarking 2026: Your Tenant Data Problem, Solved | Company News
- Image:
- Source: Link
- Cambio's AI-powered Retrofit Analytics Drive GRESB Points | Company News
- Image: .png)
- Source: Link
- Cambio - AI powered commercial real estate operations
- Image:
- Source: Link
- Announcing our $18m Series A | Company News
- Image:
- Source: Link
Working with these fonts
Not found on Google Fonts? Here’s how you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow:
- 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.
Only do this if you have permission to use the brand assets, as most proprietary fonts are licensed and may not be redistributable.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "Tiempos Headline",
"role": "heading"
}
],
"colors": {
"primary": "#DFF5F5",
"secondary": "#6B7688",
"accent": "#040E1F",
"background": "#FFFFFF",
"textPrimary": "#040E1F",
"link": "#040E1F"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Tiempos Headline"
},
"fontStacks": {
"heading": [
"Tiempos Headline",
"Arial",
"sans-serif"
],
"body": [
"Arial",
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "80px",
"h2": "48px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "16px"
},
"components": {
"buttonPrimary": {
"background": "#040E1F",
"textColor": "#FFFFFF",
"borderRadius": "34px",
"borderRadiusCorners": {
"topLeft": "34px",
"topRight": "34px",
"bottomRight": "34px",
"bottomLeft": "34px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#040E1F",
"borderRadius": "44px",
"borderRadiusCorners": {
"topLeft": "44px",
"topRight": "44px",
"bottomRight": "44px",
"bottomLeft": "44px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/694ab718895f06aea6ac2792/694ac765cbdf21cdd5203946_Cambio-logo.webp",
"favicon": "https://cdn.prod.website-files.com/694ab718895f06aea6ac2792/694ad418d6c1779b4fe898bd_favicon.png",
"ogImage": "https://cdn.prod.website-files.com/694ab718895f06aea6ac2792/695e7cda77a03aac348f1ced_og-share.jpg"
}
}