# Adaline Brand Identity

A complete profile of **Adaline**'s visual system — colors, typography, components, and personality — extracted from https://www.adaline.ai/. Built for designers, agents, and AI tools.

- Page: https://characterquilt.com/branding/adaline
- Machine-readable JSON: https://characterquilt.com/branding/adaline.json
- Per-page llms.txt: https://characterquilt.com/branding/adaline/llms.txt

## Quick Facts

| Field | Value |
|---|---|
| Primary | #000000 |
| Accent | #0A1D08 |
| Body Font | ui-sans-serif |
| Heading Font | ui-sans-serif |

## Color Palette

- primary: #000000
- accent: #0A1D08
- background: #FBFDF6
- textPrimary: #0A1D08
- link: #0A1D08

## Typography

- primary: ui-sans-serif — https://fonts.google.com/specimen/ui-sans-serif
- heading: ui-sans-serif — https://fonts.google.com/specimen/ui-sans-serif

## Brand Personality

Tone: professional · Energy: medium · Audience: unknown

## Adaline Brand in the Wild

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

- **Adaline**
  - Image: 
  - Source: https://www.adaline.ai/
- **How Product Leaders Can Use GenAI Tools for Faster Prototyping**
  - Image: 
  - Source: https://labs.adaline.ai/p/genai-tools
- **What Are Agentic LLMs? Use Cases, Risks, and How They Work**
  - Image: 
  - Source: https://labs.adaline.ai/p/what-are-agentic-llms-a-comprehensive
- **How Product Leaders Can Use GenAI Tools for Faster Prototyping**
  - Image: 
  - Source: https://labs.adaline.ai/p/genai-tools
- **Sub-Agents for Product Managers: Orchestrate, Don't Prompt.**
  - Image: 
  - Source: https://labs.adaline.ai/p/sub-agents-for-product-managers
- **Claude Sonnet 4 Vs Opus 4.1: Which Model To Use For Coding**
  - Image: 
  - Source: https://labs.adaline.ai/p/claude-4

## Working with these fonts

Not found on Google Fonts? Here's a flow that can help if you have permission to use the fonts:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. 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.

Programmatic alternative: 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 is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "system-ui",
      "count": 4
    },
    {
      "family": "sans-serif",
      "count": 4
    },
    {
      "family": "Apple Color Emoji",
      "count": 4
    },
    {
      "family": "Segoe UI Emoji",
      "count": 4
    },
    {
      "family": "ui-sans-serif",
      "count": 3
    },
    {
      "family": "Segoe UI Symbol",
      "count": 3
    },
    {
      "family": "Noto Color Emoji",
      "count": 3
    },
    {
      "family": "Segoe UI",
      "count": 1
    },
    {
      "family": "Roboto",
      "count": 1
    },
    {
      "family": "Helvetica",
      "count": 1
    }
  ],
  "colors": {
    "primary": "#000000",
    "accent": "#0A1D08",
    "background": "#FBFDF6",
    "textPrimary": "#0A1D08",
    "link": "#0A1D08"
  },
  "typography": {
    "fontFamilies": {
      "primary": "ui-sans-serif",
      "heading": "ui-sans-serif"
    },
    "fontStacks": {
      "body": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "heading": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "18px",
      "h2": "14px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {},
  "images": {
    "logo": null,
    "favicon": null,
    "ogImage": null
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "unknown"
  },
  "designSystem": {
    "framework": "unknown",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0,
    "colors": 0,
    "overall": 0
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "LLM failed",
        "confidence": 0
      }
    },
    "buttonClassification": {
      "llmCalled": false,
      "llmSucceeded": false,
      "error": "LLM call failed or returned fallback values"
    }
  }
}
```
