Home · Branding · malibou

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.

Download JSON
Primary
#FFF5ED
Accent
#FDB17D
Body Font
Manrope
Heading
Poppins

Color Palette

Brand palette extracted from https://www.malibou.co.

primary
#FFF5ED
rgb(255, 245, 237)
secondary
#FFE9D5
rgb(255, 233, 213)
accent
#FDB17D
rgb(253, 177, 125)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#02112D
rgb(2, 17, 45)
link
#02112D
rgb(2, 17, 45)

Typography

Each font links to its Google Fonts page where available.

primary
Manrope
heading
Poppins
Poppins, sans-serif
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

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.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

malibou logo
Logo
malibou favicon
Favicon

UI Components

Live previews rendered using malibou's actual button styles.

buttonPrimary
background #FDB17D textColor #02112D borderRadius 10px shadow none
buttonSecondary
background #FFF5ED textColor #2E3C57 borderColor #FFE9D5 borderRadius 10px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals

malibou Brand in the Wild

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

Frequently Asked Questions

What is malibou's primary brand color?

malibou's primary brand color is #FFF5ED. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does malibou use?

malibou uses #FDB17D as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does malibou use?

malibou uses Manrope for body text and Poppins for headings. Fonts were detected on https://www.malibou.co as part of their live design system.

Does malibou use a light or dark theme?

malibou's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find malibou's logo?

malibou's logo is available directly on their site (https://www.malibou.co). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://www.malibou.co using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by malibou.

Methodology

Brand data on this page was extracted from https://www.malibou.co on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by malibou.

Machine-Readable Profile

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

{
  "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"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 14,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'malibou'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 5,
      "text": "Demander une démo",
      "reasoning": "Button #5 has a vibrant and distinct background color (#FDB17D) which stands out as the primary call-to-action. The text 'Demander une démo' is action-oriented, making it a strong candidate for the primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Explorer une démo intéractive",
      "reasoning": "Button #1 has a different background color (#FFF5ED) and offers an exploratory action ('Explorer une démo intéractive'), making it suitable as a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'malibou'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles