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.
- primary: #101828
- rgb: rgb(16, 24, 40)
- secondary: #B8C9D4
- rgb: rgb(184, 201, 212)
- accent: #18181B
- rgb: rgb(24, 24, 27)
- background: #FFFFFF
- rgb: rgb(255, 255, 255)
- textPrimary: #09090B
- rgb: rgb(9, 9, 11)
- link: #6A7282
- rgb: rgb(106, 114, 130)
Typography
Each font links to its Google Fonts page where available.
- primary: neueMontreal Google Fonts →
- heading: Playfair Display Google Fonts →
Visual Assets
Social Card
UI Components
Input
- background: transparent
- textColor: #09090B
- borderColor: null
- borderRadius: 0px
- shadow: none
Button Primary
- background: #18181B
- textColor: #FAFAFA
- borderRadius: 33554400px
- shadow: none
Button Secondary
- background: #FFFFFF
- textColor: #000000
- borderRadius: 33554400px
- shadow: none
Brand Personality
- Tone: professional
- Energy: medium
- Audience: law firms and legal professionals
Frequently Asked Questions
What is Vesence's primary brand color?
Vesence's primary brand color is #101828. It anchors the visual identity across their website, product UI, and marketing materials.What accent color does Vesence use?
Vesence uses #18181B as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.What font does Vesence use?
Vesence uses neueMontreal for body text and Playfair Display for headings.Does Vesence use a light or dark theme?
Vesence's primary site uses a light color scheme, with a background of #FFFFFF.How was this brand profile generated?
This profile was extracted from https://vesence.com using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles.
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"
}
}