# Banabo Brand Identity

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

- Page: https://characterquilt.com/branding/banabo
- Machine-readable JSON: https://characterquilt.com/branding/banabo.json
- Per-page llms.txt: https://characterquilt.com/branding/banabo/llms.txt

## Quick Facts

| Field | Value |
|---|---|
| Primary | #FDC700 |
| Accent | #3A86FF |
| Body Font | Plus Jakarta Sans |
| Heading Font | Plus Jakarta Sans |

## Color Palette

- primary: #FDC700
- secondary: #2B7FFF
- accent: #3A86FF
- background: #FFFFFF
- textPrimary: #000000
- link: #F6339A

## Typography

- primary: Plus Jakarta Sans — https://fonts.google.com/specimen/Plus+Jakarta+Sans
- heading: Plus Jakarta Sans — https://fonts.google.com/specimen/Plus+Jakarta+Sans

## Visual Assets

- Logo: https://strinkl.com/logo.svg
- Favicon: https://strinkl.com/favicon.ico?favicon.0b3bf435.ico
- Social card (og:image): https://strinkl.com/preview.png

## UI Components

- buttonPrimary: background=#3A86FF, textColor=#F1F6FF, borderColor=#000000, borderRadius=10px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, lab(0 0 0) 2px 2px 0px 0px
- buttonSecondary: background=#F1F6FF, textColor=#000000, borderColor=#000000, borderRadius=10px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, lab(0 0 0) 2px 2px 0px 0px

## Brand Personality

Tone: modern · Energy: high · Audience: tech-savvy individuals and startups

### Banabo Brand in the Wild

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

- **Strinkl**
  - Image: https://strinkl.com/whoitis/demo-preview.jpg
  - Source: http://banabo.io/
- **Strinkl**
  - Image: https://strinkl.com/preview.png
  - Source: http://banabo.io/

## Working with these fonts

Not found on Google Fonts? 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.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Plus Jakarta Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FDC700",
    "secondary": "#2B7FFF",
    "accent": "#3A86FF",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#F6339A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Plus Jakarta Sans",
      "heading": "Plus Jakarta Sans"
    },
    "fontStacks": {
      "heading": [
        "Plus Jakarta Sans"
      ],
      "body": [
        "Plus Jakarta Sans"
      ],
      "paragraph": [
        "Plus Jakarta Sans"
      ]
    },
    "fontSizes": {
      "h1": "68px",
      "h2": "60px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#3A86FF",
      "textColor": "#F1F6FF",
      "borderColor": "#000000",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, lab(0 0 0) 2px 2px 0px 0px"
    },
    "buttonSecondary": {
      "background": "#F1F6FF",
      "textColor": "#000000",
      "borderColor": "#000000",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, lab(0 0 0) 2px 2px 0px 0px"
    }
  },
  "images": {
    "logo": "https://strinkl.com/logo.svg",
    "favicon": "https://strinkl.com/favicon.ico?favicon.0b3bf435.ico",
    "ogImage": "https://strinkl.com/preview.png",
    "logoHref": "/"
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "tech-savvy individuals and startups"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  }
}
```
