malibou.json

malibou Brand Identity

A complete profile of malibou's visual system — colors, typography, components, and personality — extracted from https://www.malibou.co. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #FFF5ED
Accent #FDB17D
Body Font Manrope
Heading Font Poppins

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: business professionals

malibou Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

Working with these fonts

Not found on Google Fonts? Here are steps to follow if you have permission to use the fonts:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
  3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each src: url(...) to point to your local file path.

Machine-Readable Profile:

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Manrope",
      "role": "body"
    },
    {
      "family": "Poppins",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FFF5ED",
    "secondary": "#FFE9D5",
    "accent": "#FDB17D",
    "background": "#FFFFFF",
    "textPrimary": "#02112D",
    "link": "#02112D"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Manrope",
      "heading": "Poppins"
    },
    "fontStacks": {
      "heading": [
        "Poppins",
        "sans-serif"
      ],
      "body": [
        "Manrope",
        "sans-serif"
      ],
      "paragraph": [
        "Poppins",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "58px",
      "h2": "14px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FDB17D",
      "textColor": "#02112D",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFF5ED",
      "textColor": "#2E3C57",
      "borderColor": "#FFE9D5",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/66e4321975a1556949deaab8/66e44355b6035b086d0c5398_malibou-logo_full-light.svg",
    "favicon": "https://cdn.prod.website-files.com/66e4321975a1556949deaab8/6707f69386486ded6ca52de8_logo%20malibou%20webflow.png",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "logo de l'entreprise malibou"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals"
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  }
}