Home · Branding · Vendah

Vendah Brand Identity

A complete profile of Vendah's visual system — colors, typography, components, and personality — extracted from https://vendah.com.br/. Built for designers, agents, and AI tools.

Download JSON
Primary
#FCECF4
Accent
#E03F94
Body Font
Poppins
Heading
Rethink Sans

Color Palette

Brand palette extracted from https://vendah.com.br/.

primary
#FCECF4
rgb(252, 236, 244)
secondary
#FFBC00
rgb(255, 188, 0)
accent
#E03F94
rgb(224, 63, 148)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#1E1E1E
rgb(30, 30, 30)
link
#E03F94
rgb(224, 63, 148)

Typography

Each font links to its Google Fonts page where available.

primary
Poppins
heading
Rethink Sans
Rethink Sans Google Fonts →
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

Vendah favicon
Favicon
Vendah social image
Social Card

UI Components

Live previews rendered using Vendah's actual button styles.

buttonPrimary
background #E03F94 textColor #FFFFFF borderRadius 999px shadow none
buttonSecondary
background #F5F5F5 textColor #E03F94 borderColor #F09FCA borderRadius 999px shadow none

Brand Personality

Tone: playful Energy: high Audience: young entrepreneurs

Vendah Brand in the Wild

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

Frequently Asked Questions

What is Vendah's primary brand color?

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

What accent color does Vendah use?

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

What font does Vendah use?

Vendah uses Poppins for body text and Rethink Sans for headings. Fonts were detected on https://vendah.com.br/ as part of their live design system.

Does Vendah use a light or dark theme?

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

How was this brand profile generated?

This profile was extracted from https://vendah.com.br/ 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 Vendah.

Methodology

Brand data on this page was extracted from https://vendah.com.br/ 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 Vendah.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Poppins",
      "role": "body"
    },
    {
      "family": "Rethink Sans",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FCECF4",
    "secondary": "#FFBC00",
    "accent": "#E03F94",
    "background": "#FFFFFF",
    "textPrimary": "#1E1E1E",
    "link": "#E03F94"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Poppins",
      "heading": "Rethink Sans"
    },
    "fontStacks": {
      "heading": [
        "Poppins",
        "sans-serif"
      ],
      "body": [
        "Poppins",
        "sans-serif"
      ],
      "paragraph": [
        "Poppins",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "32px",
      "h2": "60px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "24px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#E03F94",
      "textColor": "#FFFFFF",
      "borderRadius": "999px",
      "borderRadiusCorners": {
        "topLeft": "999px",
        "topRight": "999px",
        "bottomRight": "999px",
        "bottomLeft": "999px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F5F5F5",
      "textColor": "#E03F94",
      "borderColor": "#F09FCA",
      "borderRadius": "999px",
      "borderRadiusCorners": {
        "topLeft": "999px",
        "topRight": "999px",
        "bottomRight": "999px",
        "bottomLeft": "999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://cdn.shopify.com/s/files/1/0513/0875/7154/files/favicon.png?v=1657021685",
    "ogImage": "https://vendah.com.br/cdn/shop/files/Ativo_1_ef498096-f9b8-4805-b821-d4dccd1f0410.png?crop=center&height=600&v=1628708095&width=600"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "Neither logo candidate matches the brand 'Vendah' as inferred from the page title and URL. Both candidates have unrelated alt texts and are not located in the header area.",
    "confidence": 0.2,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Fazer parte da Vendah",
      "reasoning": "Button #0 uses the vibrant brand color #E03F94, which aligns with the accent color and stands out as the primary call-to-action."
    },
    "secondary": {
      "index": 2,
      "text": "Fazer parte da Vendah",
      "reasoning": "Button #2 has a different background color (#F5F5F5) and uses an outline style, making it suitable as a secondary option."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "playful",
    "energy": "high",
    "targetAudience": "young entrepreneurs"
  },
  "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": "Neither logo candidate matches the brand 'Vendah' as inferred from the page title and URL. Both candidates have unrelated alt texts and are not located in the header area.",
        "confidence": 0.2
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles