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.
Color Palette
Brand palette extracted from https://mosaic.so.
Typography
Each font links to its Google Fonts page where available.
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.
Visual Assets

UI Components
Live previews rendered using Mosaic's actual button styles.
Brand Personality
Mosaic Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Mosaic's primary brand color?
Mosaic's primary brand color is #1E293B. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Mosaic use?
Mosaic uses #FFFFFF as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Mosaic use?
Mosaic uses ui-sans-serif as the primary typeface across body and headings.
Does Mosaic use a light or dark theme?
Mosaic's primary site uses a dark color scheme, with a background of #020817.
How was this brand profile generated?
This profile was extracted from https://mosaic.so using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Mosaic.
Methodology
Brand data on this page was extracted from https://mosaic.so on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Mosaic.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"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
}
}
} 