Home · Branding · Peeba

Peeba Brand Identity

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

Download JSON
Primary
#F7FCE8
Accent
#00895E
Body Font
Nunito Sans
Heading
Source Sans Pro

Color Palette

Brand palette extracted from http://peeba.com/.

primary
#F7FCE8
rgb(247, 252, 232)
secondary
#0000EE
rgb(0, 0, 238)
accent
#00895E
rgb(0, 137, 94)
background
#F7FCE8
rgb(247, 252, 232)
textPrimary
#000000
rgb(0, 0, 0)
link
#00895E
rgb(0, 137, 94)

Typography

Each font links to its Google Fonts page where available.

primary
Nunito Sans
Nunito Sans Google Fonts →
heading
Source Sans Pro
Source Sans Pro Google Fonts →
Nunito Sans
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

Peeba logo
Logo
Peeba favicon
Favicon
Peeba social image
Social Card

UI Components

Live previews rendered using Peeba's actual button styles.

input
background transparent textColor #000000 borderColor null borderRadius 0px shadow none
buttonPrimary
background #00895E textColor #FFFFFF borderRadius 4px shadow none
buttonSecondary
background #000000 textColor #FFFFFF borderRadius 4px shadow none

Brand Personality

Tone: professional Energy: medium Audience: businesses looking for wholesale opportunities

Peeba Brand in the Wild

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

Frequently Asked Questions

What is Peeba's primary brand color?

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

What accent color does Peeba use?

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

What font does Peeba use?

Peeba uses Nunito Sans for body text and Source Sans Pro for headings. Fonts were detected on http://peeba.com/ as part of their live design system.

Does Peeba use a light or dark theme?

Peeba's primary site uses a light color scheme, with a background of #F7FCE8.

Where can I find Peeba's logo?

Peeba's logo is available directly on their site (http://peeba.com/). 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 http://peeba.com/ 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 Peeba.

Methodology

Brand data on this page was extracted from http://peeba.com/ 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 Peeba.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Nunito Sans",
      "role": "body"
    },
    {
      "family": "Source Sans Pro",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#F7FCE8",
    "secondary": "#0000EE",
    "accent": "#00895E",
    "background": "#F7FCE8",
    "textPrimary": "#000000",
    "link": "#00895E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Nunito Sans",
      "heading": "Source Sans Pro"
    },
    "fontStacks": {
      "heading": [
        "Nunito Sans"
      ],
      "body": [
        "Nunito Sans",
        "Source Sans Pro",
        "-apple-system",
        "BlinkMacSystemFont",
        "sans-serif"
      ],
      "paragraph": [
        "Nunito Sans"
      ]
    },
    "fontSizes": {
      "h1": "54px",
      "h2": "20px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#00895E",
      "textColor": "#FFFFFF",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22120%22%20viewBox%3D%220%200%202238%20747%22%20fill%3D%22none%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M568.32%20195.33C545.045%20172.9%20513.823%20160.62%20481.504%20161.182C449.186%20161.744%20418.41%20175.104%20395.93%20198.33L436.1%20237.11C445.179%20227.709%20456.841%20221.212%20469.613%20218.439C482.385%20215.667%20495.692%20216.744%20507.852%20221.534C520.011%20226.324%20530.478%20234.612%20537.927%20245.351C545.376%20256.089%20549.474%20268.795%20549.702%20281.863C549.93%20294.93%20546.278%20307.771%20539.207%20318.763C532.137%20329.755%20521.967%20338.403%20509.981%20343.614C497.996%20348.826%20484.735%20350.366%20471.874%20348.041C459.013%20345.715%20447.131%20339.628%20437.73%20330.55L437.54%20330.74C436.82%20330%20436.12%20329.25%20435.37%20328.53C412.143%20306.138%20380.992%20293.858%20348.733%20294.377C316.474%20294.896%20285.734%20308.172%20263.24%20331.3L135.64%20460.3L175.3%20499.6C175.3%20499.6%20302.07%20371.45%20303.15%20370.34C312.228%20360.938%20323.891%20354.439%20336.663%20351.665C349.435%20348.891%20362.743%20349.968%20374.903%20354.757C387.064%20359.547%20397.531%20367.835%20404.981%20378.574C412.431%20389.313%20416.529%20402.019%20416.757%20415.087C416.985%20428.155%20413.332%20440.997%20406.262%20451.989C399.191%20462.981%20389.019%20471.629%20377.033%20476.84C365.047%20482.052%20351.785%20483.591%20338.924%20481.265C326.063%20478.938%20314.181%20472.85%20304.78%20463.77C301.762%20460.851%20299.026%20457.654%20296.61%20454.22L256.98%20494.22C273.642%20514.297%20296.31%20528.495%20321.646%20534.725C346.982%20540.955%20373.649%20538.887%20397.722%20528.825C421.794%20518.764%20442.002%20501.241%20455.37%20478.835C468.738%20456.429%20474.56%20430.323%20471.98%20404.36C475.826%20404.733%20479.706%20404.917%20483.62%20404.91H485.81C509.918%20404.49%20533.361%20396.931%20553.174%20383.187C572.986%20369.444%20588.278%20350.133%20597.115%20327.699C605.952%20305.264%20607.938%20280.713%20602.821%20257.149C597.705%20233.586%20585.715%20212.069%20568.37%20195.32L568.32%20195.33Z%22%20fill%3D%22%23010000%22%20style%3D%22fill%3A%20rgb(1%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M1157.77%20232.58C1082.98%20232.58%201028.5%20291.02%201028.5%20370.76C1028.5%20450.5%201080%20506.47%201161.24%20506.47C1208.78%20506.47%201252.86%20488.14%201277.13%20449.02L1236%20412.37C1222.13%20444.06%201198.86%20458.43%201162.7%20458.43C1123.58%20458.43%201094.35%20437.13%201088.41%20388.1H1279.59C1280.53%20380.542%201281.02%20372.936%201281.07%20365.32C1281.09%20286.57%201233.55%20232.58%201157.77%20232.58ZM1088.93%20346.49C1095.86%20301.92%201123.1%20280.62%201156.78%20280.62C1196.4%20280.62%201219.68%20306.87%201219.68%20346.49H1088.93Z%22%20fill%3D%22%23010000%22%20style%3D%22fill%3A%20rgb(1%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M1430.65%20232.58C1355.87%20232.58%201301.39%20291.02%201301.39%20370.76C1301.39%20450.5%201352.89%20506.47%201434.12%20506.47C1481.67%20506.47%201525.75%20488.14%201550.02%20449.02L1508.91%20412.37C1495.04%20444.06%201471.76%20458.43%201435.61%20458.43C1396.48%20458.43%201367.26%20437.13%201361.31%20388.1H1552.49C1553.43%20380.542%201553.93%20372.936%201553.98%20365.32C1554%20286.57%201506.43%20232.58%201430.65%20232.58ZM1361.81%20346.49C1368.74%20301.92%201395.98%20280.62%201429.66%20280.62C1469.29%20280.62%201492.56%20306.87%201492.56%20346.49H1361.81Z%22%20fill%3D%22%23010000%22%20style%3D%22fill%3A%20rgb(1%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M2092.49%20448V321.73C2092.49%20264.28%202050.39%20233.08%201983.49%20233.08C1923.56%20233.08%201878%20266.75%201870.57%20315.29L1921.09%20335.1C1921.09%20298.45%201946.84%20277.65%201983.49%20277.65C2013.7%20277.65%202036.98%20289.04%202036.98%20314.3C2036.98%20338.08%202025.59%20340.06%201951.3%20352.93C1899.3%20362.34%201865.61%20387.6%201865.61%20431.68C1865.61%20477.74%201901.77%20505.97%201953.28%20505.97C1988.94%20505.97%202021.13%20493.1%202039.95%20467.34L2050.85%20499.04H2101.37L2092.49%20448ZM2037%20395.53C2037%20433.66%202012.73%20462.89%201966.18%20462.89C1940.42%20462.89%201925.56%20448.03%201925.56%20428.71C1925.56%20405.93%201942.9%20396.02%201967.17%20391.07C2014.17%20382.15%202029.08%20380.17%202037%20373.24V395.53Z%22%20fill%3D%22%23010000%22%20style%3D%22fill%3A%20rgb(1%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M1714.31%20233.08C1679.82%20233.039%201646.61%20246.195%201621.51%20269.85V136.16H1578V500.16H1621.49V467.56C1646.57%20491.192%201679.74%20504.346%201714.2%20504.33C1788.98%20504.33%201849.85%20443.54%201849.87%20368.75C1849.89%20293.96%201789.09%20233.1%201714.31%20233.08ZM1714.23%20453.92C1697.38%20453.914%201680.9%20448.91%201666.89%20439.541C1652.88%20430.172%201641.96%20416.859%201635.52%20401.285C1629.07%20385.711%201627.39%20368.575%201630.68%20352.045C1633.98%20335.515%201642.1%20320.333%201654.02%20308.419C1665.94%20296.505%201681.13%20288.394%201697.66%20285.112C1714.2%20281.829%201731.33%20283.523%201746.9%20289.979C1762.47%20296.434%201775.78%20307.362%201785.13%20321.379C1794.49%20335.397%201799.49%20351.875%201799.48%20368.73C1799.45%20391.324%201790.45%20412.981%201774.47%20428.952C1758.49%20444.922%201736.82%20453.902%201714.23%20453.92Z%22%20fill%3D%22%23010000%22%20style%3D%22fill%3A%20rgb(1%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M876.78%20233.08C844.986%20233.041%20814.197%20244.224%20789.84%20264.66V241.5H741.11V610.85H789.84V472.75C814.174%20493.166%20844.927%20504.349%20876.69%20504.33C951.48%20504.33%201012.34%20443.54%201012.36%20368.75C1012.38%20293.96%20951.57%20233.1%20876.78%20233.08ZM876.71%20453.92C859.857%20453.906%20843.386%20448.896%20829.381%20439.522C815.375%20430.148%20804.463%20416.832%20798.024%20401.257C791.586%20385.682%20789.91%20368.548%20793.209%20352.021C796.507%20335.493%20804.632%20320.315%20816.556%20308.405C828.48%20296.495%20843.668%20288.388%20860.199%20285.109C876.73%20281.83%20893.862%20283.526%20909.43%20289.983C924.997%20296.439%20938.3%20307.367%20947.658%20321.384C957.015%20335.4%20962.006%20351.877%20962%20368.73C961.969%20391.332%20952.969%20412.997%20936.978%20428.969C920.987%20444.941%20899.312%20453.915%20876.71%20453.92Z%22%20fill%3D%22%23010000%22%20style%3D%22fill%3A%20rgb(1%2C%200%2C%200)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://peeba.com/favicon.ico",
    "ogImage": "https://static-image.peeba.com/open-graph-peeba-image-0.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, making it the primary brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Sign up to start shopping",
      "reasoning": "Button #0 uses a vibrant green color (#00895E) which is the accent color and has action-oriented text 'Sign up to start shopping', making it the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Sign up",
      "reasoning": "Button #2 has a different background color (#000000) and serves as a secondary action with simpler text 'Sign up'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses looking for wholesale opportunities"
  },
  "designSystem": {
    "framework": "material",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, making it the primary brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles