llms.txt
Bild AI Brand Identity
A complete profile of Bild AI's visual system — colors, typography, components, and personality — extracted from https://www.bild.ai. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #0000EE |
| Accent | #FFFFFF |
| Body Font | Inter Tight |
| Heading Font | Oktah Round Light |
Color Palette
- primary: #0000EE
- secondary: #68CC58
- accent: #FFFFFF
- background: #000000
- textPrimary: #000000
- link: #6B707A
Typography
- primary: Inter Tight — https://fonts.google.com/specimen/Inter+Tight
- heading: Oktah Round Light — https://fonts.google.com/specimen/Oktah+Round+Light
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#FFFFFF, textColor=#0000EE, borderRadius=12px, shadow=none
- buttonSecondary: background=#1C1E20, textColor=#0000EE, borderRadius=12px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
Bild AI Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Time to Bild - Bild AI
- Image:
- Source: https://www.bild.ai/blog/time-to-bild
- Bild AI
- Image:
- Source: https://www.bild.ai/
- Blog | News, insights and more
- Image:
- Source: https://www.bild.ai/blog
- Blog | News, insights and more
- Image:
- Source: https://www.bild.ai/blog
- Bild AI
- Image:
- Source: https://www.bild.ai/
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".
- Hard-reload the page and click around (pricing, blog, careers).
- For each captured font URL: right-click → Save As.
- View the page's CSS and copy out the matching @font-face declarations.
{
"colorScheme": "dark",
"fonts": [
{
"family": "Oktah Round Light",
"role": "heading"
},
{
"family": "Inter Tight",
"role": "body"
}
],
"colors": {
"primary": "#0000EE",
"secondary": "#68CC58",
"accent": "#FFFFFF",
"background": "#000000",
"textPrimary": "#000000",
"link": "#6B707A"
},
"typography": {
"fontFamilies": {
"primary": "Inter Tight",
"heading": "Oktah Round Light"
},
"fontStacks": {
"heading": [
"Oktah Round Light",
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Inter Tight",
"sans-serif"
]
},
"fontSizes": {
"h1": "68px",
"h2": "58px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 10,
"borderRadius": "5px"
},
"components": {
"buttonPrimary": {
"background": "#FFFFFF",
"textColor": "#0000EE",
"borderRadius": "12px",
"shadow": "none"
},
"buttonSecondary": {
"background": "#1C1E20",
"textColor": "#0000EE",
"borderRadius": "12px",
"shadow": "none"
}
},
"images": {
"logo": "https://framerusercontent.com/images/67eWOiLU9dXbcAR0XZGDks083cI.svg",
"favicon": "https://framerusercontent.com/images/lYoBlsCDy7MuZaVgMwLaRkZhKe8.png",
"ogImage": "https://framerusercontent.com/assets/hiyq9RD2PukK4dMcowSxCo4rTw.png"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy professionals"
},
"designSystem": {
"framework": "custom"
}
}