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

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: tech-savvy professionals

Bild AI Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

Working with these fonts

Not found on Google Fonts? CharacterQuilt.com suggests this flow that can help:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font".
  3. Hard-reload the page and click around (pricing, blog, careers).
  4. For each captured font URL: right-click → Save As.
  5. 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"
 }
}