mosaic.json

Mosaic Brand Identity

A complete profile of Mosaic's visual system — colors, typography, components, and personality — extracted from https://mosaic.so. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #1E293B
Accent #FFFFFF
Body Font ui-sans-serif
Heading Font ui-sans-serif

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: content creators and video editors

Mosaic Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the 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" (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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "ui-sans-serif",
      "count": 69
    },
    {
      "family": "system-ui",
      "count": 69
    },
    {
      "family": "sans-serif",
      "count": 69
    },
    {
      "family": "Apple Color Emoji",
      "count": 69
    },
    {
      "family": "Segoe UI Emoji",
      "count": 69
    },
    {
      "family": "Segoe UI Symbol",
      "count": 69
    },
    {
      "family": "Noto Color Emoji",
      "count": 69
    }
  ],
  "colors": {
    "primary": "#1E293B",
    "secondary": "#4E525D",
    "accent": "#FFFFFF",
    "background": "#020817",
    "textPrimary": "#020817",
    "link": "#020817"
  },
  "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": "60px",
      "h2": "36px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://mosaic.so/favicon.svg",
    "ogImage": "https://assets.frameapp.ai/newherometa.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "None of the logo candidates match the brand 'Mosaic' as inferred from the page title and URL. All candidates appear to be partner or client logos.",
    "confidence": 0.2,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Get Started",
      "reasoning": "Button #0 with text 'Get Started' is likely the primary CTA due to its action-oriented text and prominent placement. It uses a light background color (#FFFFFF) which contrasts with the dark theme, making it stand out."
    },
    "secondary": {
      "index": 3,
      "text": "Agentic Video Editing",
      "reasoning": "Button #2 with text 'Agentic Video Editing' is selected as secondary due to its different background color (#000000) and less prominent action compared to the primary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "content creators and video editors"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "None of the logo candidates match the brand 'Mosaic' as inferred from the page title and URL. All candidates appear to be partner or client logos.",
        "confidence": 0.2
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}