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
- primary: #FFF5ED
- secondary: #FFE9D5
- accent: #FDB17D
- background: #FFFFFF
- textPrimary: #02112D
- link: #02112D
Typography
- primary: Manrope — https://fonts.google.com/specimen/Manrope
- heading: Poppins — https://fonts.google.com/specimen/Poppins
Visual Assets
- 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
UI Components
- 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, marketing materials.
- How Malibou Tripled Meetings in a Competitive Market with Warm Calling
- Malibou Lake Fishing - Overview, Species & Conditions
- Logiciel Note de Frais : Saisie, Validation & Exports
- Iconic, but little known lake in Santa Monica Mountains celebrating 100th anniversary | KCLU
- What to Do in Malibu • Autumn 2019 by 13 Stars Media - Issuu
Working with these fonts
Not found on Google Fonts? Here are steps to follow if you have permission to use the fonts:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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
}
}