Momento Brand: Colors, Fonts, Logo & Visual Identity
Momento Brand Identity
A complete profile of Momento's visual system — colors, typography, components, and personality — extracted from https://www.tumomento.com/. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://www.tumomento.com/.
| Color | Hex Code | RGB |
|---|---|---|
| primary | #005451 | rgb(0, 84, 81) |
| secondary | #A8CECB | rgb(168, 206, 203) |
| accent | #18C9B4 | rgb(24, 201, 180) |
| background | #FFFFFF | rgb(255, 255, 255) |
| textPrimary | #18C9B4 | rgb(24, 201, 180) |
| link | #18C9B4 | rgb(24, 201, 180) |
Typography
Each font links to its Google Fonts page where available.
- primary: Inter Google Fonts →
- heading: Beatrice Google Fonts →
Visual Assets
Logo
UI Components
Live previews rendered using Momento's actual button styles.
Button Primary
- background: #18C9B4
- textColor: #FFFFFF
- borderRadius: 24px
- shadow: rgba(18, 166, 149, 0.33) 0px 8px 16px 0px
Button Secondary
- background: #E5F3F1
- textColor: #000000
- borderRadius: 0px
- shadow: none
Brand Personality
- Tone: professional
- Energy: medium
- Audience: individuals seeking auto insurance
Momento Brand in the Wild
Frequently Asked Questions
- What is Momento's primary brand color?
Momento's primary brand color is #005451. - What accent color does Momento use?
Momento uses #18C9B4 as an accent color. - What font does Momento use?
Momento uses Inter for body text and Beatrice for headings. - Does Momento use a light or dark theme?
Momento's primary site uses a light color scheme. - Where can I find Momento's logo?
Momento's logo is available directly on their site. - How was this brand profile generated?
This profile was extracted using the Firecrawl branding extraction API.
Methodology
Brand data on this page was extracted from https://www.tumomento.com/ using the Firecrawl branding extraction API.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "Beatrice",
"role": "heading"
}
],
"colors": {
"primary": "#005451",
"secondary": "#A8CECB",
"accent": "#18C9B4",
"background": "#FFFFFF",
"textPrimary": "#18C9B4",
"link": "#18C9B4"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Beatrice"
},
"fontStacks": {
"heading": [
"Beatrice"
],
"body": [
"Times New Roman"
],
"paragraph": [
"Beatrice"
]
},
"fontSizes": {
"h1": "32px",
"h2": "24px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "24px"
},
"components": {
"buttonPrimary": {
"background": "#18C9B4",
"textColor": "#FFFFFF",
"borderRadius": "24px",
"shadow": "rgba(18, 166, 149, 0.33) 0px 8px 16px 0px"
},
"buttonSecondary": {
"background": "#E5F3F1",
"textColor": "#000000",
"borderRadius": "0px",
"shadow": "none"
}
},
"images": {
"logo": "https://www.tumomento.com/images/logo-momento.svg"
}
}