UpBanx Brand: Colors, Fonts, Logo & Visual Identity

UpBanx Brand Identity

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

Color Palette

Brand palette extracted from http://UpBanx.com.

Typography

Each font links to its Google Fonts page where available.

Visual Assets

Favicon

Social Card

UI Components

Live previews rendered using UpBanx's actual button styles.

Input

Button Primary

Button Secondary

Brand Personality

UpBanx Brand in the Wild

Image: upcms-assets-production-southeast-3.s3.ap-southeast-3.amazonaws.com

Frequently Asked Questions

Machine-Readable Profile

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

JSON Output

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Manrope",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#399FCF",
    "secondary": "#1A305B",
    "accent": "#0F69E1",
    "background": "#FFFFFF",
    "textPrimary": "#101820",
    "link": "#101820"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Manrope",
      "heading": "Manrope"
    },
    "fontStacks": {
      "heading": [
        "Manrope",
        "sans-serif"
      ],
      "body": [
        "Manrope",
        "sans-serif"
      ],
      "paragraph": [
        "Manrope",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "14px",
      "h2": "60px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#6B7280",
      "borderColor": "#DDDFE2",
      "borderRadius": "4px",
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#0F69E1",
      "textColor": "#FBFBFB",
      "borderRadius": "4px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#101820",
      "textColor": "#0F69E1",
      "borderColor": "#0F69E1",
      "borderRadius": "4px",
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://upbanx.com/favicon.ico",
    "ogImage": "/thumbnail.png"
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "creators and brands"
  }
}