Miracle Brand: Colors, Fonts, Logo & Visual Identity

Miracle Brand Identity

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

Color Palette

Brand palette extracted from http://www.miracleml.com.

Typography

Each font links to its Google Fonts page where available.

Visual Assets

Favicon

Social Card

UI Components

Live previews rendered using Miracle's actual button styles.

Brand Personality

Miracle Brand in the Wild

Image: cdn.prod.website-files.com
Source: miracleml.com

Image: cdn.prod.website-files.com
Source: miracleml.com

Image: cdn.prod.website-files.com
Source: miracleml.com

Image: cdn.prod.website-files.com
Source: miracleml.com

Image: cdn.prod.website-files.com
Source: miracleml.com

Image: cdn.prod.website-files.com
Source: miracleml.com

Frequently Asked Questions

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Poppins",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#010B15",
    "secondary": "#595F70",
    "accent": "#3898EC",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#3898EC"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Poppins"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "52.8px",
      "h2": "24px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#595F70",
      "textColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://cdn.prod.website-files.com/65b91e61ab255e62eb1b2250/65c17a6377fea02f5ec5c105_32x32.png",
    "ogImage": "https://cdn.prod.website-files.com/65b91e61ab255e62eb1b2250/65c17c1c8729c28956f310a7_opengraph.png"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "healthcare professionals"
  }
}