meltwater.json
Meltwater Brand Identity
A complete profile of Meltwater's visual system — colors, typography, components, and personality — extracted from https://meltwater.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/meltwater
- Machine-readable JSON: https://characterquilt.com/branding/meltwater.json
- Per-page llms.txt: https://characterquilt.com/branding/meltwater/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #28BBBB |
| Accent | #B627A1 |
| Body Font | GT Walsheim Pro |
| Heading Font | GT Walsheim Pro |
Color Palette
- primary: #28BBBB
- secondary: #15A4A4
- accent: #B627A1
- background: #222222
- textPrimary: #222222
- link: #B627A1
Typography
- primary: GT Walsheim Pro — https://fonts.google.com/specimen/GT+Walsheim+Pro
- heading: GT Walsheim Pro — https://fonts.google.com/specimen/GT+Walsheim+Pro
Visual Assets
- Logo: https://www.meltwater.com/_next/image?url=%2Fstatic%2Fimages%2Fblack-logo.svg&w=384&q=75
- Favicon: https://www.meltwater.com/apple-touch-icon.png?v=Nmb79JPw70
- Social card (og:image): https://images.prismic.io/meltwater-site/bddfb267-4e4c-4211-9e8b-4d2019e21e58_mw-meta-bg-ec.png?auto=compress,format&rect=180,0,1068,534&w=1200&h=600
UI Components
- buttonPrimary: background=#000000, textColor=#FFFFFF, borderRadius=100px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals and marketers
Meltwater Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Meltwater Influencer Marketing Software
- Meltwater Blog | Marketing, PR & Social Media Insights
- MeltwaterのAI
- Amplify Your Brand With a Blogger Outreach Campaign
- Meltwater | This content is no longer available
- Image: https://www.gannett-cdn.com/authoring/authoring-images/2024/10/02/PLOU/75487767007-embargoed-marty-pollio-02.JPG
- Source: https://hosted-content.meltwater.com/document/newsletter?payload=eyJhbGciOiJSUzI1NiIsImtpZCI6ImM5ZDEwMjM2LWQ5OWMtNDVmOS1hNWQ2LTNjZGY0ODczMzY0NSJ9.eyJsaW5rSWQiOiJiNjQ2YjRlYy0wOTFlLTQyZGItOTliZS0xNzBhYzY4MWE3ODQiLCJkb2N1bWVudElkIjoiVEkwbWFBSldZeVdjbUZhcmo1Z1NaR0IwbEpVIiwicHJvZHVjdFR5cGUiOiJuZXdzbGV0dGVyIiwiY29tcGFueUlkIjoiNTdlM2UwOTkxMzRjMGI0M2E1NjVjZTNjIiwidXNlcklkIjoiNjVhNmE1MjZkNjFmYTQwMDA4MmE2NTM0IiwiY3JlYXRlZEF0IjoiMTczMjE0MTY1Mzc2MSJ9.igQFzaxLGzIpWhgYGG8bdrxGc-p6qyImeNXgVpx23Yy4K8NwokLJJmoHZEHXsvtRA8IUFwNhzzYnnO9ISjX_gpVY3Fa5QSesNWILRokTj0jSDnb-GW61_wCoEgYnGITtDbVhQg7-16XMAgQPuK2hDCisHcVS8ARavw-wyioTUuP7_Fam6Iwi-PtTfUMcSjsyiI8_OSWwKZ-vYrQjwebH5BSoRvwr4Ddp7Vd0Qxh0V_Jg07DSK7CtJLxvfS3UTYfKr1vzrOx3AcUVgoXNpULiZsxfd06t1mBiUdKtDdYrbN7SMWBRJ95Y_GVi0u6jT6JN1yLLCxNNxcXA3i8sPXNxkw
- Meltwater Blog | Marketing, PR & Social Media Insights
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": "GT Walsheim Pro",
"role": "body"
}
],
"colors": {
"primary": "#28BBBB",
"secondary": "#15A4A4",
"accent": "#B627A1",
"background": "#222222",
"textPrimary": "#222222",
"link": "#B627A1"
},
"typography": {
"fontFamilies": {
"primary": "GT Walsheim Pro",
"heading": "GT Walsheim Pro"
},
"fontStacks": {
"heading": [
"GT Walsheim Pro",
"sans-serif"
],
"body": [
"GT Walsheim Pro",
"sans-serif"
],
"paragraph": [
"GT Walsheim Pro",
"sans-serif"
]
},
"fontSizes": {
"h1": "56px",
"h2": "44px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "12px"
},
"components": {
"buttonPrimary": {
"background": "#000000",
"textColor": "#FFFFFF",
"borderRadius": "100px",
"borderRadiusCorners": {
"topLeft": "100px",
"topRight": "100px",
"bottomRight": "100px",
"bottomLeft": "100px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.meltwater.com/_next/image?url=%2Fstatic%2Fimages%2Fblack-logo.svg&w=384&q=75",
"favicon": "https://www.meltwater.com/apple-touch-icon.png?v=Nmb79JPw70",
"ogImage": "https://images.prismic.io/meltwater-site/bddfb267-4e4c-4211-9e8b-4d2019e21e58_mw-meta-bg-ec.png?auto=compress,format&rect=180,0,1068,534&w=1200&h=600",
"logoHref": "/en",
"logoAlt": "logo"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Meltwater'.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 2,
"text": "Request Demo",
"reasoning": "The 'Request Demo' button is likely the primary CTA due to its action-oriented text, which is common for primary actions on business websites."
},
"secondary": {
"index": 1,
"text": "Explore",
"reasoning": "The 'Explore' button is a secondary action, often used to guide users to learn more about the product or service."
},
"confidence": 0.9
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals and marketers"
},
"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": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Meltwater'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}