dedalus labs.json

Dedalus Labs Brand Identity

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

Quick Facts

Field Value
Primary #AAA5E6
Accent #AAA5E6
Body Font nacelle
Heading Font nacelle

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: AI developers and tech enthusiasts

Dedalus Labs Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Follow these instructions 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 extensions such as: woff2, woff, ttf, otf).
  3. Hard-reload the page and navigate (pricing, blog, careers) — some weights may 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 and copy the appropriate @font-face declarations. Adjust each src: url(...) to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events that start with font/, and write the body to disk. The CSS extraction step remains the same.

Only do this with permission to use brand assets — most proprietary fonts are licensed and may not be used freely.

Machine-Readable Profile

{
  "colorScheme": "light",
  "colors": {
    "primary": "#AAA5E6",
    "secondary": "#787693",
    "accent": "#AAA5E6",
    "background": "#FFFFFF",
    "textPrimary": "#191919",
    "link": "#8F8DA5"
  },
  "typography": {
    "fontFamilies": {
      "primary": "nacelle",
      "heading": "nacelle"
    }
  }
}