Morphle Labs Brand Identity
A complete profile of Morphle Labs's visual system — colors, typography, components, and personality — extracted from https://morphlelabs.com. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://morphlelabs.com.
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 Morphle Labs's actual button styles.
Brand Personality
Morphle Labs Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Morphle Labs's primary brand color?
Morphle Labs's primary brand color is #1E1E32. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Morphle Labs use?
Morphle Labs uses #022A70 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Morphle Labs use?
Morphle Labs uses Sora as the primary typeface across body and headings.
Does Morphle Labs use a light or dark theme?
Morphle Labs's primary site uses a dark color scheme, with a background of #151517.
Where can I find Morphle Labs's logo?
Morphle Labs's logo is available directly on their site (https://morphlelabs.com). The current logo URL is included in the machine-readable JSON profile linked above.
How was this brand profile generated?
This profile was extracted from https://morphlelabs.com 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 Morphle Labs.
Methodology
Brand data on this page was extracted from https://morphlelabs.com 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 Morphle Labs.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "dark",
"fonts": [
{
"family": "Sora",
"role": "heading"
}
],
"colors": {
"primary": "#1E1E32",
"secondary": "#EFC64A",
"accent": "#022A70",
"background": "#151517",
"textPrimary": "#151517",
"link": "#022A70"
},
"typography": {
"fontFamilies": {
"primary": "Sora",
"heading": "Sora"
},
"fontStacks": {
"heading": [
"Arial",
"Helvetica Neue",
"Helvetica",
"sans-serif"
],
"body": [
"Arial",
"Helvetica Neue",
"Helvetica",
"sans-serif"
],
"paragraph": [
"Arial",
"Helvetica Neue",
"Helvetica",
"sans-serif"
]
},
"fontSizes": {
"h1": "15px",
"h2": "15px",
"body": "15px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "10px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#030303",
"borderColor": "#CCCCCC",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#212123",
"textColor": "#FFFFFF",
"borderColor": "#212123",
"borderRadius": "5px",
"borderRadiusCorners": {
"topLeft": "5px",
"topRight": "5px",
"bottomRight": "5px",
"bottomLeft": "5px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#F9FBFF",
"textColor": "#022A70",
"borderRadius": "15px",
"borderRadiusCorners": {
"topLeft": "15px",
"topRight": "15px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/5f1edaa4771fe4544f40d0bb/672d2717202b65f5ba37f406_RoboTome%20Website%20Page%20(2).webp",
"favicon": "https://cdn.prod.website-files.com/5f1edaa4771fe4544f40d0bb/6319e051c787140661851756_morphole%20logo%20webclip%20image.png",
"ogImage": null
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Logo rejected: Red flags detected (menu word). Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of a primary brand logo.",
"confidence": 0.9,
"rejected": true,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Get Quote",
"reasoning": "The 'Get Quote' button is likely the primary CTA due to its action-oriented text, which aligns with a business goal of generating leads or inquiries. It stands out more than the 'Submit' button, which is typically secondary or form-related."
},
"secondary": {
"index": 2,
"text": "+",
"reasoning": "The '+' button is selected as secondary because it has a different color group and serves a functional purpose, likely related to zooming or adjusting views, which is less critical than the primary CTA."
},
"confidence": 0.9
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "medical professionals and researchers"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.95,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of a primary brand logo.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
} 