followupthen.json
FollowUpThen Brand Identity
A complete profile of FollowUpThen's visual system — colors, typography, components, and personality — extracted from https://www.followupthen.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/followupthen
- Machine-readable JSON: https://characterquilt.com/branding/followupthen.json
- Per-page llms.txt: https://characterquilt.com/branding/followupthen/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #1F2937 |
| Accent | #11A2D2 |
| Body Font | Avenir |
| Heading Font | Avenir |
Color Palette
- primary: #1F2937
- secondary: #6B7280
- accent: #11A2D2
- background: #FFFFFF
- textPrimary: #111827
- link: #111827
Typography
- primary: Avenir — https://fonts.google.com/specimen/Avenir
- heading: Avenir — https://fonts.google.com/specimen/Avenir
Visual Assets
- Logo: https://www.followupthen.com/images/fut-logo-blue.svg
- Favicon: https://www.followupthen.com/favicon.ico
UI Components
- input: background=#F3F4F6, textColor=#000000, borderColor=null, borderRadius=6px, shadow=none
- buttonPrimary: background=#11A2D2, textColor=#FFFFFF, borderRadius=6px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#4B5563, borderColor=#E5E7EB, borderRadius=8px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals
FollowUpThen Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Calendar Integration – URL Method – FollowUpThen Help & Support
- Free and Easy Email Reminders | Try it now: 1min@followupthen.com
- Calendar Integration – URL Method – FollowUpThen Help & Support
- How to Use FollowUpThen. The free and easy email reminder
- Tasks (-t): Keep Following Up Until a Task Is Done – FollowUpThen Help & Support
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": "Avenir",
"role": "body"
},
{
"family": "Roboto",
"role": "body"
},
{
"family": "Helvetica Neue",
"role": "body"
},
{
"family": "Arial",
"role": "body"
},
{
"family": "Noto Sans",
"role": "body"
}
],
"colors": {
"primary": "#1F2937",
"secondary": "#6B7280",
"accent": "#11A2D2",
"background": "#FFFFFF",
"textPrimary": "#111827",
"link": "#111827"
},
"typography": {
"fontFamilies": {
"primary": "Avenir",
"heading": "Avenir"
},
"fontStacks": {
"heading": [
"Avenir",
"ui-sans-serif",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Helvetica Neue",
"Arial",
"Noto Sans",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
],
"body": [
"Avenir",
"ui-sans-serif",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Helvetica Neue",
"Arial",
"Noto Sans",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
],
"paragraph": [
"Avenir",
"ui-sans-serif",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Helvetica Neue",
"Arial",
"Noto Sans",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
]
},
"fontSizes": {
"h1": "16px",
"h2": "48px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"input": {
"background": "#F3F4F6",
"textColor": "#000000",
"borderColor": null,
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#11A2D2",
"textColor": "#FFFFFF",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#4B5563",
"borderColor": "#E5E7EB",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.followupthen.com/images/fut-logo-blue.svg",
"favicon": "https://www.followupthen.com/favicon.ico",
"ogImage": null
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
}
}