Soon Brand Identity
A complete profile of Soon's visual system — colors, typography, components, and personality — extracted from https://Soon.app. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://Soon.app.
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 Soon's actual button styles.
Brand Personality
Soon Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Soon's primary brand color?
Soon's primary brand color is #D567B5. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Soon use?
Soon uses #00C499 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Soon use?
Soon uses Montserrat as the primary typeface across body and headings.
Does Soon use a light or dark theme?
Soon's primary site uses a light color scheme, with a background of #FFFFFF.
Where can I find Soon's logo?
Soon's logo is available directly on their site (https://Soon.app). 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://Soon.app 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 Soon.
Methodology
Brand data on this page was extracted from https://Soon.app 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 Soon.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "Montserrat",
"role": "body"
}
],
"colors": {
"primary": "#D567B5",
"secondary": "#3898EC",
"accent": "#00C499",
"background": "#FFFFFF",
"textPrimary": "#000000",
"link": "#00C499"
},
"typography": {
"fontFamilies": {
"primary": "Montserrat",
"heading": "Montserrat"
},
"fontStacks": {
"heading": [
"Montserrat",
"sans-serif"
],
"body": [
"Arial",
"Helvetica Neue",
"Helvetica",
"sans-serif"
],
"paragraph": [
"Montserrat",
"sans-serif"
]
},
"fontSizes": {
"h1": "50px",
"h2": "66px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "11px"
},
"components": {
"input": {
"background": "#3C3C3C",
"textColor": "#FFFFFF",
"borderColor": "#CCCCCC",
"borderRadius": "5px",
"borderRadiusCorners": {
"topLeft": "5px",
"topRight": "5px",
"bottomRight": "5px",
"bottomLeft": "5px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#000000",
"textColor": "#FFFFFF",
"borderColor": "#3CCEB3",
"borderRadius": "22px",
"borderRadiusCorners": {
"topLeft": "22px",
"topRight": "22px",
"bottomRight": "22px",
"bottomLeft": "22px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#333333",
"borderColor": "#282828",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/623a5ab132431a7a5b762ebc/62420f9315677ab4d5999432_soon-logo-black_final.svg",
"favicon": "https://cdn.prod.website-files.com/623a5ab132431a7a5b762ebc/623a5ab132431a32ea762efc_favicon.png",
"ogImage": null
},
"__llm_logo_reasoning": {
"selectedIndex": 1,
"reasoning": "Logo rejected: Red flags detected (menu word). Selected #1 because it is located in the header, is visible, links to the homepage, and matches the brand name 'Soon'.",
"confidence": 0.95,
"rejected": true,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Get Started for as little as $19.99/mo",
"reasoning": "Button #0 is the primary CTA because it uses the brand's dark color scheme, has a clear call-to-action text 'Get Started for as little as $19.99/mo', and is styled with a 'primary-button' class, indicating its importance."
},
"secondary": {
"index": 3,
"text": "Get StartedFree 14 day trial",
"reasoning": "Button #3 is selected as the secondary CTA because it offers a 'Free 14 day trial', which complements the primary CTA. It has a different background color (#FFFFFF) from the primary button, making it suitable as a secondary option."
},
"confidence": 0.9
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "crypto investors"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 1,
"selectedLogoReasoning": "Selected #1 because it is located in the header, is visible, links to the homepage, and matches the brand name 'Soon'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
} 