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
- primary: #1E293B
- secondary: #4E525D
- accent: #FFFFFF
- background: #020817
- textPrimary: #020817
- link: #020817
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
Visual Assets
- Favicon: https://mosaic.so/favicon.svg
- Social card (og:image): https://assets.frameapp.ai/newherometa.png
UI Components
- buttonPrimary: background=#FFFFFF, textColor=#000000, borderRadius=9999px, shadow=none
- buttonSecondary: background=#000000, textColor=#FFFFFF, borderRadius=0px, shadow=none
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.
- Templates - AI Video Editing Workflows | Mosaic
- Blog - AI Video Editing Insights & Tutorials | Mosaic
- Features - Complete AI Video Editing Suite | Mosaic
- Templates - AI Video Editing Workflows | Mosaic
- Features - Complete AI Video Editing Suite | Mosaic
- Blog - AI Video Editing Insights & Tutorials | Mosaic
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:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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
}
}
}