Vesence Brand: Colors, Fonts, Logo & Visual Identity

Vesence Brand Identity

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

Color Palette

Brand palette extracted from https://vesence.com.

Typography

Each font links to its Google Fonts page where available.

Visual Assets

Social Card

UI Components

Input

Button Primary

Button Secondary

Brand Personality

Frequently Asked Questions

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "neueMontreal",
      "role": "body"
    },
    {
      "family": "Playfair Display",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#101828",
    "secondary": "#B8C9D4",
    "accent": "#18181B",
    "background": "#FFFFFF",
    "textPrimary": "#09090B",
    "link": "#6A7282"
  },
  "typography": {
    "fontFamilies": {
      "primary": "neueMontreal",
      "heading": "Playfair Display"
    },
    "fontStacks": {
      "heading": [
        "Playfair Display"
      ],
      "body": [
        "neueMontreal"
      ],
      "paragraph": [
        "neueMontreal"
      ]
    },
    "fontSizes": {
      "h1": "128px",
      "h2": "80px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#09090B",
      "borderColor": null,
      "borderRadius": "0px",
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#18181B",
      "textColor": "#FAFAFA",
      "borderRadius": "33554400px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "33554400px",
      "shadow": "none"
    }
  },
  "images": {
    "favicon": null,
    "ogImage": "https://www.vesence.com/images/socials.png"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "law firms and legal professionals"
  }
}