seismic.json
Seismic Brand Identity
A complete profile of Seismic's visual system — colors, typography, components, and personality — extracted from https://seismic.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/seismic
- Machine-readable JSON: https://characterquilt.com/branding/seismic.json
- Per-page llms.txt: https://characterquilt.com/branding/seismic/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #FE5000 |
| Accent | #FE5000 |
| Body Font | Proxima Nova |
| Heading Font | Proxima Nova |
Color Palette
- primary: #FE5000
- secondary: #FFF1EB
- accent: #FE5000
- background: #FFFFFF
- textPrimary: #22092B
- link: #22092B
Typography
- primary: Proxima Nova — https://fonts.google.com/specimen/Proxima+Nova
- heading: Proxima Nova — https://fonts.google.com/specimen/Proxima+Nova
Visual Assets
- Logo: https://edge.sitecorecloud.io/seismicsoftaff2-seismic6e3d-prod382f-e1b4/media/Project/Seismic/header-footer-logo/logo-seismic-neg.svg?iar=0
- Favicon: https://www.seismic.com/favicon.ico
- Social card (og:image): https://edge.sitecorecloud.io/seismicsoftaff2-seismic6e3d-prod382f-e1b4/media/Project/Seismic/Default-Images/image-generic-OG.png?h=630&iar=0&w=1200
UI Components
- input: background=#003447, textColor=#FFFFFF, borderColor=#CEEDEF, borderRadius=36px, shadow=none
- buttonPrimary: background=#FE5000, textColor=#FFFFFF, borderRadius=26px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#000000, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals
Seismic Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Aftershock Digital Gift Card
- Reporting Overview
- 5 Reasons Sales Teams Miss Revenue Targets | Seismic
- Image: https://www.seismic.com/_next/image/?url=https%3A%2F%2Fedge.sitecorecloud.io%2Fseismicsoftaff2-seismic6e3d-prod382f-e1b4%2Fmedia%2FProject%2FSeismic%2Fblog%2F2025%2F01%2Fimage-x-factors-blog-hero1.webp%3Fh%3D631%26iar%3D0%26w%3D1201&w=3840&q=75
- Source: https://www.seismic.com/blog/reasons-sales-teams-miss-revenue-targets/
- ADP 2022 Meeting of the Minds
- Seismic Blog: Insights that Enable Growth | Seismic
- 四月中台灣區總經理Charles Sai Wang Tam受邀至Feng Chia University 與逢甲大學的學生進行了一場面對面的工業自動化技術交流。在此次活動當中,逢甲大學的學生提出了許多有趣的問題,也讓我們思考我們還能為下一代做更多的事情。感謝逢甲大學提供此次難得的機會,希望很 ...
Working with these fonts
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:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Proxima Nova",
"role": "body"
}
],
"colors": {
"primary": "#FE5000",
"secondary": "#FFF1EB",
"accent": "#FE5000",
"background": "#FFFFFF",
"textPrimary": "#22092B",
"link": "#22092B"
},
"typography": {
"fontFamilies": {
"primary": "Proxima Nova",
"heading": "Proxima Nova"
},
"fontStacks": {
"heading": [
"proxima-nova"
],
"body": [
"Times New Roman"
],
"paragraph": [
"proxima-nova"
]
},
"fontSizes": {
"h1": "16px",
"h2": "83px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "12px"
},
"components": {
"input": {
"background": "#003447",
"textColor": "#FFFFFF",
"borderColor": "#CEEDEF",
"borderRadius": "36px",
"borderRadiusCorners": {
"topLeft": "36px",
"topRight": "36px",
"bottomRight": "36px",
"bottomLeft": "36px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#FE5000",
"textColor": "#FFFFFF",
"borderRadius": "26px",
"borderRadiusCorners": {
"topLeft": "26px",
"topRight": "26px",
"bottomRight": "26px",
"bottomLeft": "26px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#000000",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://edge.sitecorecloud.io/seismicsoftaff2-seismic6e3d-prod382f-e1b4/media/Project/Seismic/header-footer-logo/logo-seismic-neg.svg?iar=0",
"favicon": "https://www.seismic.com/favicon.ico",
"ogImage": "https://edge.sitecorecloud.io/seismicsoftaff2-seismic6e3d-prod382f-e1b4/media/Project/Seismic/Default-Images/image-generic-OG.png?h=630&iar=0&w=1200",
"logoHref": "/",
"logoAlt": "Seismic"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Seismic'.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 2,
"text": "Explore the Seismic Enablement Cloud™",
"reasoning": "Button #2 has a vibrant brand color (#FE5000) and action-oriented text ('Explore the Seismic Enablement Cloud™'), making it the primary CTA."
},
"secondary": {
"index": 1,
"text": "Get a Demo",
"reasoning": "Button #1 has a different background color (#FFFFFF) and offers a secondary action ('Get a Demo'), making it suitable as a secondary CTA."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals"
},
"designSystem": {
"framework": "tailwind",
"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 'Seismic'.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}