Blockstamp Brand Identity
A complete profile of Blockstamp's visual system — colors, typography, components, and personality — extracted from https://www.blockstampsf.com/. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://www.blockstampsf.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 Blockstamp's actual button styles.
Brand Personality
Blockstamp Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Blockstamp's primary brand color?
Blockstamp's primary brand color is #0000EE. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Blockstamp use?
Blockstamp uses #090B19 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Blockstamp use?
Blockstamp uses Inter for body text and Open Sans for headings. Fonts were detected on https://www.blockstampsf.com/ as part of their live design system.
Does Blockstamp use a light or dark theme?
Blockstamp's primary site uses a light color scheme, with a background of #FFFFFF.
Where can I find Blockstamp's logo?
Blockstamp's logo is available directly on their site (https://www.blockstampsf.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.blockstampsf.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 Blockstamp.
Methodology
Brand data on this page was extracted from https://www.blockstampsf.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 Blockstamp.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "Open Sans",
"role": "heading"
}
],
"colors": {
"primary": "#0000EE",
"secondary": "#E2E7F1",
"accent": "#090B19",
"background": "#FFFFFF",
"textPrimary": "#090B19",
"link": "#090B19"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Open Sans"
},
"fontStacks": {
"heading": [
"Inter",
"sans-serif"
],
"body": [
"Open Sans",
"sans-serif"
],
"paragraph": [
"Open Sans",
"sans-serif"
]
},
"fontSizes": {
"h1": "65px",
"h2": "78px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#FFFFFF",
"borderColor": "#FFFFFF",
"borderRadius": "2px",
"borderRadiusCorners": {
"topLeft": "2px",
"topRight": "2px",
"bottomRight": "2px",
"bottomLeft": "2px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#FFFFFF",
"textColor": "#090B19",
"borderRadius": "100px",
"borderRadiusCorners": {
"topLeft": "100px",
"topRight": "100px",
"bottomRight": "100px",
"bottomLeft": "100px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "transparent",
"textColor": "#FFFFFF",
"borderColor": "#FFFFFF",
"borderRadius": "100px",
"borderRadiusCorners": {
"topLeft": "100px",
"topRight": "100px",
"bottomRight": "100px",
"bottomLeft": "100px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/628ea2efcf252b99fe238a87/6711e6c19b36abae83068181_Wabash-logo.png",
"favicon": "https://cdn.prod.website-files.com/628ea2efcf252b99fe238a87/628f410c464ae9583ce448b2_Group%202.png",
"ogImage": null
},
"__llm_logo_reasoning": {
"selectedIndex": 2,
"reasoning": "Selected #2 because it is the only visible logo with a medium size, matching the brand's favicon and located prominently in the body, suggesting it is the main brand logo.",
"confidence": 0.85,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Subscribe",
"reasoning": "Button #1 ('Subscribe') has a distinct text color (#090B19) against a white background, making it stand out more prominently than the others. Its rounded shape and clear call-to-action text suggest it is the primary CTA."
},
"secondary": {
"index": 2,
"text": "Schedule a call",
"reasoning": "Button #2 ('Schedule a call') has a transparent background with a white border, making it a suitable secondary option. It contrasts with the primary button's color group."
},
"confidence": 0.9
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy individuals and businesses"
},
"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": 2,
"selectedLogoReasoning": "Selected #2 because it is the only visible logo with a medium size, matching the brand's favicon and located prominently in the body, suggesting it is the main brand logo.",
"confidence": 0.85
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
} 