Openmart Brand Identity
A complete profile of Openmart's visual system — colors, typography, components, and personality — extracted from https://www.openmart.com. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://www.openmart.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
.png)
UI Components
Live previews rendered using Openmart's actual button styles.
Brand Personality
Openmart Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Openmart's primary brand color?
Openmart's primary brand color is #101828. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Openmart use?
Openmart uses #156EF6 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Openmart use?
Openmart uses Inter as the primary typeface across body and headings.
Does Openmart use a light or dark theme?
Openmart's primary site uses a light color scheme, with a background of #FFFFFF.
Where can I find Openmart's logo?
Openmart's logo is available directly on their site (https://www.openmart.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://www.openmart.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 Openmart.
Methodology
Brand data on this page was extracted from https://www.openmart.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 Openmart.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "Arial",
"role": "unknown"
},
{
"family": "Aeonik",
"role": "unknown"
},
{
"family": "Segoe UI",
"role": "unknown"
},
{
"family": "Roboto",
"role": "unknown"
}
],
"colors": {
"primary": "#101828",
"secondary": "#667085",
"accent": "#156EF6",
"background": "#FFFFFF",
"textPrimary": "#156EF6",
"link": "#156EF6"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Aeonik",
"Arial",
"sans-serif"
],
"body": [
"Inter",
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "80px",
"h2": "30px",
"body": "12px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "15px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#333333",
"borderColor": "#CCCCCC",
"borderRadius": "10px",
"borderRadiusCorners": {
"topLeft": "10px",
"topRight": "10px",
"bottomRight": "10px",
"bottomLeft": "10px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#156EF6",
"textColor": "#FFFFFF",
"borderColor": "#FFFFFF",
"borderRadius": "1920px",
"borderRadiusCorners": {
"topLeft": "1920px",
"topRight": "1920px",
"bottomRight": "1920px",
"bottomLeft": "1920px"
},
"shadow": "rgba(37, 17, 79, 0.4) 0px 1px 2px 0px"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#585858",
"borderColor": "#D9D9D9",
"borderRadius": "1920px",
"borderRadiusCorners": {
"topLeft": "1920px",
"topRight": "1920px",
"bottomRight": "1920px",
"bottomLeft": "1920px"
},
"shadow": "rgba(36, 38, 45, 0.05) 0px 10px 15px -3px"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/658be563adc727c27b27070b/6724319567afcbb10436819a_Group%205%20(4).svg",
"favicon": "https://cdn.prod.website-files.com/658be563adc727c27b27070b/6733ef01bee4a6ff29248567_Frame%201000005236%20(1).png",
"ogImage": "https://cdn.prod.website-files.com/658be563adc727c27b27070b/678532f5facdab1a30af6a71_thumbnail.png",
"logoHref": "/",
"logoAlt": "logo"
},
"__llm_logo_reasoning": {
"selectedIndex": 30,
"reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Openmart'.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Get started",
"reasoning": "Button #0 with text 'Get started' uses the vibrant brand color #156EF6, indicating it's the primary call-to-action for new users to engage with the platform."
},
"secondary": {
"index": 14,
"text": "Learn more",
"reasoning": "Button #2 with text 'Learn more' has a different background color (#FFFFFF) and serves as a secondary action for users seeking more information."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals seeking verified contact data"
},
"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 'Openmart'.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
} 