super send.json
Super Send Brand Identity
A complete profile of Super Send's visual system — colors, typography, components, and personality — extracted from https://supersend.io/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/super-send
- Machine-readable JSON: https://characterquilt.com/branding/super-send.json
- Per-page llms.txt: https://characterquilt.com/branding/super-send/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #CBD5E1 |
| Accent | #6A41C6 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #CBD5E1
- secondary: #374151
- accent: #6A41C6
- background: #FAFAFA
- textPrimary: #6A41C6
- link: #6A41C6
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: https://supersend.io/images/Logo.svg
- Favicon: https://supersend.io/favicon.ico
- Social card (og:image): https://supersend.io/images/og-default.svg
UI Components
- input: background=#FBFBFB, textColor=#FFFFFF, borderColor=#FCFCFC, borderRadius=6px, shadow=none
- buttonPrimary: background=#6A41C6, textColor=#FFFFFF, borderColor=#6A41C6, borderRadius=8px, shadow=none
- buttonSecondary: background=transparent, textColor=#FFFFFF, borderColor=#FCFCFC, borderRadius=6px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: business professionals
Super Send Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- SuperSend Service - Hong Leong Bank
- Super Send Review: My Deep Dive into the AI-Powered Outreach Engine
- Super Send
Working with these fonts
Not found on Google Fonts? Instructions that you can follow if you have permission to use the fonts:
- 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": "Inter",
"role": "body"
},
{
"family": "Crisp Noto Sans Regular",
"role": "unknown"
},
{
"family": "Helvetica Neue",
"role": "unknown"
},
{
"family": "Helvetica",
"role": "unknown"
},
{
"family": "Arial",
"role": "unknown"
}
],
"colors": {
"primary": "#CBD5E1",
"secondary": "#374151",
"accent": "#6A41C6",
"background": "#FAFAFA",
"textPrimary": "#6A41C6",
"link": "#6A41C6"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Inter",
"system-ui",
"sans-serif"
],
"body": [
"Inter",
"system-ui",
"sans-serif"
],
"paragraph": [
"Inter",
"system-ui",
"sans-serif"
]
},
"fontSizes": {
"h1": "48px",
"h2": "36px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "6px"
},
"components": {
"input": {
"background": "#FBFBFB",
"textColor": "#FFFFFF",
"borderColor": "#FCFCFC",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#6A41C6",
"textColor": "#FFFFFF",
"borderColor": "#6A41C6",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "transparent",
"textColor": "#FFFFFF",
"borderColor": "#FCFCFC",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://supersend.io/images/Logo.svg",
"favicon": "https://supersend.io/favicon.ico",
"ogImage": "https://supersend.io/images/og-default.svg",
"logoHref": "/",
"logoAlt": "SuperSend"
},
"__llm_logo_reasoning": {
"selectedIndex": 1,
"reasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand name 'SuperSend'.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 9,
"text": "Accept",
"reasoning": "Button #4 has a vibrant brand color background (#6A41C6) and is likely a primary action due to its distinct color and placement."
},
"secondary": {
"index": 0,
"text": "Start Free Trial",
"reasoning": "Button #1 is a secondary action with a transparent background and a border, making it less prominent than the primary button."
},
"confidence": 0.95
},
"personality": {
"tone": "modern",
"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": 1,
"selectedLogoReasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand name 'SuperSend'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}