Welcome Brand Identity
A complete profile of Welcome's visual system — colors, typography, components, and personality — extracted from http://www.experiencewelcome.com. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from http://www.experiencewelcome.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 Welcome's actual button styles.
Brand Personality
Welcome Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Welcome's primary brand color?
Welcome's primary brand color is #8087BD. It anchors the visual identity across their website, product UI, and marketing materials.
What font does Welcome use?
Welcome uses Soehne web buch for body text and Soehne web kraftig for headings. Fonts were detected on http://www.experiencewelcome.com as part of their live design system.
Does Welcome use a light or dark theme?
Welcome's primary site uses a light color scheme, with a background of #FFFBF5.
Where can I find Welcome's logo?
Welcome's logo is available directly on their site (http://www.experiencewelcome.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 http://www.experiencewelcome.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 Welcome.
Methodology
Brand data on this page was extracted from http://www.experiencewelcome.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 Welcome.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "Soehne web buch",
"role": "body"
},
{
"family": "Soehne web kraftig",
"role": "heading"
}
],
"colors": {
"primary": "#8087BD",
"secondary": "#4D3737",
"accent": "#8087BD",
"background": "#FFFBF5",
"textPrimary": "#000000",
"link": "#CE8277"
},
"typography": {
"fontFamilies": {
"primary": "Soehne web buch",
"heading": "Soehne web kraftig"
},
"fontStacks": {
"heading": [
"Soehne web buch",
"sans-serif"
],
"body": [
"Soehne web buch",
"sans-serif"
],
"paragraph": [
"Soehne web buch",
"sans-serif"
]
},
"fontSizes": {
"h1": "64px",
"h2": "64px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#8087BD",
"textColor": "#FFFBF5",
"borderRadius": "64px",
"borderRadiusCorners": {
"topLeft": "64px",
"topRight": "64px",
"bottomRight": "64px",
"bottomLeft": "64px"
},
"shadow": "rgba(255, 255, 255, 0.25) 1px 1px 1px 0px inset"
},
"buttonSecondary": {
"background": "#000000",
"textColor": "#FFFFFF",
"borderRadius": "64px",
"borderRadiusCorners": {
"topLeft": "64px",
"topRight": "64px",
"bottomRight": "64px",
"bottomLeft": "64px"
},
"shadow": "rgba(255, 255, 255, 0.25) 1px 1px 1px 0px inset"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/633b16170a53471be7ee460c/633b16170a53477db0ee46a9_welcome-dark.svg",
"favicon": "https://cdn.prod.website-files.com/633b16170a53471be7ee460c/633b16170a53473535ee4655_welcome-favicon.png",
"ogImage": "https://cdn.prod.website-files.com/633b16170a53471be7ee460c/64baf3cdcf11080398ade354_opengraph-welcome.png",
"logoHref": "/",
"logoAlt": "Welcome logo"
},
"__llm_logo_reasoning": {
"selectedIndex": 17,
"reasoning": "Selected #17 because it is visible, located in the header, has alt text matching the brand ('Welcome logo'), and links to the homepage.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Try it yourself →",
"reasoning": "Button #0 uses the brand's primary color (#8087BD) and has action-oriented text ('Try it yourself →'), making it the most likely primary CTA."
},
"secondary": {
"index": 1,
"text": "Book a Demo",
"reasoning": "Button #1 ('Book a Demo') has a different background color (#000000) and serves as a secondary action, complementing the primary CTA."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "marketers and business professionals"
},
"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": 17,
"selectedLogoReasoning": "Selected #17 because it is visible, located in the header, has alt text matching the brand ('Welcome logo'), and links to the homepage.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
} 