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.

Visual Assets

Logo

UI Components

Live previews rendered using Momento's actual button styles.

Brand Personality

Momento Brand in the Wild

Frequently Asked Questions

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" 
  }
}