Terapify Brand: Colors, Fonts, Logo & Visual Identity

Terapify Brand Identity

A complete profile of Terapify's visual system — colors, typography, components, and personality — extracted from https://www.terapify.com. Built for designers, agents, and AI tools.

Color Palette

Brand palette extracted from https://www.terapify.com.

Typography

Each font links to its Google Fonts page where available.

Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. 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.

Visual Assets

UI Components

Live previews rendered using Terapify's actual button styles.

Brand Personality

Terapify Brand in the Wild

Frequently Asked Questions

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Open Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#6B7280",
    "secondary": "#168CF9",
    "accent": "#0085FF",
    "background": "#F4F7FB",
    "textPrimary": "#0085FF",
    "link": "#0085FF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Open Sans",
      "heading": "Open Sans"
    },
    "fontStacks": {
      "heading": [
        "Open Sans",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Open Sans",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Open Sans",
        "Helvetica",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "34px",
      "h2": "17px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0085FF",
      "textColor": "#333333",
      "borderRadius": "6px",
      "shadow": "rgba(0, 0, 0, 0.2) 0px 1px 4px 0px"
    }
  },
  "images": {
    "logo": "https://terapify-cms.s3.amazonaws.com/logotipo_3215712490.svg",
    "favicon": "https://www.terapify.com/favicons/favicon.ico",
    "ogImage": "https://terapify-cms.s3.us-east-1.amazonaws.com/Persona_tomando_terapia_en_Terapify_70ac5ecb25.webp"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "Individuals seeking online psychological services"
  },
  "designSystem": {
    "framework": "tailwind"
  }
}