Ember Brand Identity
A complete profile of Ember's visual system — colors, typography, components, and personality — extracted from https://www.embercopilot.ai. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://www.embercopilot.ai.
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 Ember's actual button styles.
Brand Personality
Ember Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Ember's primary brand color?
Ember's primary brand color is #FF9A0D. It anchors the visual identity across their website, product UI, and marketing materials.
What font does Ember use?
Ember uses Roboto as the primary typeface across body and headings.
Does Ember use a light or dark theme?
Ember's primary site uses a light color scheme, with a background of #FFFFFF.
Where can I find Ember's logo?
Ember's logo is available directly on their site (https://www.embercopilot.ai). 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://www.embercopilot.ai 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 Ember.
Methodology
Brand data on this page was extracted from https://www.embercopilot.ai 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 Ember.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "Roboto",
"role": "body"
}
],
"colors": {
"primary": "#FF9A0D",
"secondary": "#1863DC",
"accent": "#FF9A0D",
"background": "#FFFFFF",
"textPrimary": "#212121",
"link": "#0B191F"
},
"typography": {
"fontFamilies": {
"primary": "Roboto",
"heading": "Roboto"
},
"fontStacks": {
"heading": [
"Plus Jakarta Sans",
"sans-serif"
],
"body": [
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Oxygen",
"Ubuntu",
"Cantarell",
"Fira Sans",
"Droid Sans",
"Helvetica Neue",
"sans-serif"
],
"paragraph": [
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Oxygen",
"Ubuntu",
"Cantarell",
"Fira Sans",
"Droid Sans",
"Helvetica Neue",
"sans-serif"
]
},
"fontSizes": {
"h1": "96px",
"h2": "20.8px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "10px"
},
"components": {
"buttonPrimary": {
"background": "#FF9A0D",
"textColor": "#FFFFFF",
"borderRadius": "16px",
"borderRadiusCorners": {
"topLeft": "16px",
"topRight": "16px",
"bottomRight": "16px",
"bottomLeft": "16px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#212121",
"borderColor": "#F4F4F4",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/66eeff4baa6a1f66f357144c/67ee7c2d2c47f6f72d6221e7_Ember_logo.svg",
"favicon": "https://cdn.prod.website-files.com/66eeff4baa6a1f66f357144c/66efcb0dad05806eb1f3509f_3232.png",
"ogImage": "https://cdn.prod.website-files.com/66eeff4baa6a1f66f357144c/68f6133164a3ce6268e4ef95_Ember%20Open%20Graph.png"
},
"__llm_logo_reasoning": {
"selectedIndex": 3,
"reasoning": "Logo rejected: Red flags detected (menu word). Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Ember'.",
"confidence": 0.9,
"rejected": true,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 2,
"text": "Get Started",
"reasoning": "Button #2 'Get Started' is the primary CTA due to its vibrant brand color (#FF9A0D) and action-oriented text, which is typical for primary actions."
},
"secondary": {
"index": 6,
"text": "Reject All Save My Preferences Accept All",
"reasoning": "Button #6 has a different background color (#FFFFFF) and serves as a secondary action with less emphasis, suitable for a secondary button."
},
"confidence": 0.95
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "healthcare professionals and organizations"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Ember'.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
} 