Mojo Brand: Colors, Fonts, Logo & Visual Identity

Mojo Brand Identity

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

Color Palette

Brand palette extracted from https://mojo-app.com.

Color Hex Code RGB Values
Primary #ECF1FF rgb(236, 241, 255)
Secondary #FF8762 rgb(255, 135, 98)
Accent #FFF3EF rgb(255, 243, 239)
Background #ECF1FF rgb(236, 241, 255)
Text Primary #1E1E1E rgb(30, 30, 30)
Link #FFF3EF rgb(255, 243, 239)

Typography

Each font links to its Google Fonts page where available.
Primary: Matter
Heading: Matter

Visual Assets

Logo

Favicon

Social Card

UI Components

Live previews rendered using Mojo's actual button styles.

Button Primary

Button Secondary

Brand Personality

Mojo Brand in the Wild

Image: images.prismic.io
Source: mojo-app.com

Image: images.prismic.io
Source: mojo-app.com

Frequently Asked Questions

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Matter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#ECF1FF",
    "secondary": "#FF8762",
    "accent": "#FFF3EF",
    "background": "#ECF1FF",
    "textPrimary": "#1E1E1E",
    "link": "#FFF3EF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Matter",
      "heading": "Matter"
    },
    "fontStacks": {
      "heading": ["Matter", "sans-serif"],
      "body": ["Matter", "sans-serif"],
      "paragraph": ["Matter", "sans-serif"]
    },
    "fontSizes": {
      "h1": "20px",
      "h2": "82px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFF3EF",
      "textColor": "#1E1E1E",
      "borderRadius": "32px",
      "borderRadiusCorners": {
        "topLeft": "32px",
        "topRight": "32px",
        "bottomRight": "32px",
        "bottomLeft": "32px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F3FBF9",
      "textColor": "#1E1E1E",
      "borderRadius": "32px",
      "borderRadiusCorners": {
        "topLeft": "32px",
        "topRight": "32px",
        "bottomRight": "32px",
        "bottomLeft": "32px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://mojo-app.com/logo_mojo.svg",
    "favicon": "https://mojo-app.com/favicon.ico",
    "ogImage": "https://images.prismic.io/mojo-website/b698dadf-3ff1-47cf-adaf-17ed57495a47_share.png?auto=compress,format?fit=crop&w=1200&w=630",
    "logoHref": "/",
    "logoAlt": "mojo"
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "small businesses"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  }
}