carbonchain.json
CarbonChain Brand Identity
A complete profile of CarbonChain's visual system — colors, typography, components, and personality — extracted from https://carbonchain.com. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #F15758 |
| Accent | #F15758 |
| Body Font | Mulish |
| Heading Font | Mulish |
Color Palette
- primary: #F15758
- secondary: #3A4554
- accent: #F15758
- background: #F4F4F4
- textPrimary: #676767
- link: #FFDFDF
Typography
- primary: Mulish — https://fonts.google.com/specimen/Mulish
- heading: Mulish — https://fonts.google.com/specimen/Mulish
Visual Assets
- Logo: https://cdn.prod.website-files.com/64e7434965d4aee07569d277/64e75e9ed2d00b6020e1646f_Logo.svg
- Favicon: https://cdn.prod.website-files.com/64e7434965d4aee07569d277/650e593834c417b575b1081a_carbon-chain-favicon.png
- Social card (og:image): https://cdn.prod.website-files.com/64e7434965d4aee07569d277/650defc3fd884acf66f96186_OG%20Option%202.png
UI Components
- buttonPrimary: background=#F15758, textColor=#FFFFFF, borderRadius=4px, shadow=none
- buttonSecondary: background=transparent, textColor=#F15758, borderColor=#F15758, borderRadius=4px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: businesses focused on sustainability and climate action
CarbonChain Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Understanding sustainability-linked loans: The basics for commodity traders
- Blog
- Blog
- Blog
- CBAM Authorised Declarant: What importers need to know before the March 28 application opening
- Understand your shipping emissions
Working with these fonts
Not found on Google Fonts?
Recommendation for extracting fonts:
- 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.
Alternative method:
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 remains the same.