teespring.json
Teespring Brand Identity
A complete profile of Teespring's visual system — colors, typography, components, and personality — extracted from http://teespring.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/teespring
- Machine-readable JSON: https://characterquilt.com/branding/teespring.json
- Per-page llms.txt: https://characterquilt.com/branding/teespring/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #EE2761 |
| Accent | #EE2761 |
| Body Font | Helvetica Neue |
| Heading Font | Mr Eaves XL Modern |
Color Palette
- primary: #EE2761
- secondary: #212032
- accent: #EE2761
- background: #FFFFFF
- textPrimary: #6A6F72
- link: #0A0918
Typography
- primary: Helvetica Neue — https://fonts.google.com/specimen/Helvetica+Neue
- heading: Mr Eaves XL Modern — https://fonts.google.com/specimen/Mr+Eaves+XL+Modern
Visual Assets
- Logo: https://teespring.com/compiled_assets/marketplace_logo-54dd7ca61ec59f016c33ec4cdb30912b9b70740123e636b90659597de17bdd0a.png
- Favicon: https://teespring.com/compiled_assets/shared/favicon-teespring-12eb5ff83f5a075626d3301b86ff6e53a87b951c9fc7b2e55b72d7ca1fab117d.ico
- Social card (og:image): http://d1b2zzpxewkr9z.cloudfront.net/images/logos/teespring-og-image-rebranded.jpg
UI Components
- buttonPrimary: background=#EE2761, textColor=#FFFFFF, borderRadius=2px, shadow=none
Brand Personality
Tone: modern · Energy: high · Audience: young entrepreneurs and creators
Teespring Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Sardonicast | Spring
- The Kommando Blog
- TQM Merch - TQM Presents Line ' 1 9 9 6 '
- Paranormal Addict Blog
- my-store-2910122 | Spring
- my-store-6814405 - Nerd Jock Blog Gear
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": "Mr Eaves XL Modern",
"role": "heading"
},
{
"family": "Helvetica Neue",
"role": "body"
}
],
"colors": {
"primary": "#EE2761",
"secondary": "#212032",
"accent": "#EE2761",
"background": "#FFFFFF",
"textPrimary": "#6A6F72",
"link": "#0A0918"
},
"typography": {
"fontFamilies": {
"primary": "Helvetica Neue",
"heading": "Mr Eaves XL Modern"
},
"fontStacks": {
"heading": [
"Mr Eaves XL Modern",
"Helvetica Neue",
"Helvetica",
"Arial",
"sans-serif"
],
"body": [
"Mr Eaves XL Modern",
"Helvetica Neue",
"Helvetica",
"Arial",
"sans-serif"
],
"paragraph": [
"Mr Eaves XL Modern",
"Helvetica Neue",
"Helvetica",
"Arial",
"sans-serif"
]
},
"fontSizes": {
"h1": "16px",
"h2": "16px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "2px"
},
"components": {
"buttonPrimary": {
"background": "#EE2761",
"textColor": "#FFFFFF",
"borderRadius": "2px",
"borderRadiusCorners": {
"topLeft": "2px",
"topRight": "2px",
"bottomRight": "2px",
"bottomLeft": "2px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://teespring.com/compiled_assets/marketplace_logo-54dd7ca61ec59f016c33ec4cdb30912b9b70740123e636b90659597de17bdd0a.png",
"favicon": "https://teespring.com/compiled_assets/shared/favicon-teespring-12eb5ff83f5a075626d3301b86ff6e53a87b951c9fc7b2e55b72d7ca1fab117d.ico",
"ogImage": "http://d1b2zzpxewkr9z.cloudfront.net/images/logos/teespring-og-image-rebranded.jpg",
"logoHref": "/"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand 'Spring' inferred from the page title and URL.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Start creating",
"reasoning": "The button 'Start creating' uses the vibrant brand color #EE2761, which is a strong indicator of a primary CTA. The text is action-oriented, making it the main call-to-action."
},
"secondary": {
"index": -1,
"text": "N/A",
"reasoning": "There is only one button detected, so no secondary button is available with a different color."
},
"confidence": 0.95
},
"personality": {
"tone": "modern",
"energy": "high",
"targetAudience": "young entrepreneurs and creators"
},
"designSystem": {
"framework": "custom",
"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 'Spring' inferred from the page title and URL.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}