ditto biosciences.json
Ditto Biosciences Brand Identity
A complete profile of Ditto Biosciences's visual system — colors, typography, components, and personality — extracted from https://www.dittobio.com/. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #085795 |
| Accent | #FF6600 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #085795
- secondary: #FF6600
- accent: #FF6600
- background: #FFFFFF
- textPrimary: #0A0A0A
- link: #4A5565
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo:
- Favicon: https://www.dittobio.com/icon.svg?1cc34094a18cd6ef
- Social card (og:image): https://www.dittobio.com/opengraph-image.jpeg?df6763cc1d6efa36
UI Components
- buttonPrimary: background=#FFFFFF, textColor=#FF6600, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: biotechnology professionals and researchers
Ditto Biosciences Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Ditto Bio
- Image:
- Source: https://www.dittobio.com/
- Ditto Bio
- Image:
- Source: https://www.dittobio.com/
- Ditto Bio
- Image:
- Source: https://www.dittobio.com/
- Ditto Bio
- Image:
- Source: https://www.dittobio.com/
- Mapping parasite molecules to treat autoimmune disease | Ditto Bio
- Ditto Bio
- Image:
- Source: https://www.dittobio.com/
Working with these fonts
Not found on Google 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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#085795",
"secondary": "#FF6600",
"accent": "#FF6600",
"background": "#FFFFFF",
"textPrimary": "#0A0A0A",
"link": "#4A5565"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Inter",
"system-ui",
"sans-serif"
],
"body": [
"Inter",
"system-ui",
"sans-serif"
],
"paragraph": [
"Inter",
"system-ui",
"sans-serif"
]
},
"fontSizes": {
"h1": "48px",
"h2": "36px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#FFFFFF",
"textColor": "#FF6600",
"borderRadius": "0px",
"shadow": "none"
}
},
"images": {
"logo": "https://www.dittobio.com/_next/static/media/logo-with-text.b8bed1f3.svg",
"favicon": "https://www.dittobio.com/icon.svg?1cc34094a18cd6ef",
"ogImage": "https://www.dittobio.com/opengraph-image.jpeg?df6763cc1d6efa36",
"logoHref": "/",
"logoAlt": "Ditto Bio"
}
}