Home · Branding · Pop Meals

Pop Meals Brand Identity

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

Download JSON
Primary
#FEC700
Accent
#7056B5
Body Font
Barlow Semi Condensed
Heading
Barlow

Color Palette

Brand palette extracted from https://popmeals.com.

primary
#FEC700
rgb(254, 199, 0)
secondary
#F4594F
rgb(244, 89, 79)
accent
#7056B5
rgb(112, 86, 181)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#7056B5
rgb(112, 86, 181)
link
#7056B5
rgb(112, 86, 181)

Typography

Each font links to its Google Fonts page where available.

primary
Barlow Semi Condensed
Barlow Semi Condensed Google Fonts →
heading
Barlow
Barlow
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

Pop Meals logo
Logo
Pop Meals favicon
Favicon
Pop Meals social image
Social Card

UI Components

Live previews rendered using Pop Meals's actual button styles.

buttonPrimary
background #FEC700 textColor #000000 borderRadius 0px shadow none
buttonSecondary
background #7056B5 textColor #FFFFFF borderRadius 63.84px shadow none

Brand Personality

Tone: playful Energy: high Audience: young adults and families

Pop Meals Brand in the Wild

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

Frequently Asked Questions

What is Pop Meals's primary brand color?

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

What accent color does Pop Meals use?

Pop Meals uses #7056B5 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Pop Meals use?

Pop Meals uses Barlow Semi Condensed for body text and Barlow for headings. Fonts were detected on https://popmeals.com as part of their live design system.

Does Pop Meals use a light or dark theme?

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

Where can I find Pop Meals's logo?

Pop Meals's logo is available directly on their site (https://popmeals.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 https://popmeals.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 Pop Meals.

Methodology

Brand data on this page was extracted from https://popmeals.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 Pop Meals.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Barlow",
      "role": "heading"
    },
    {
      "family": "Barlow Semi Condensed",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FEC700",
    "secondary": "#F4594F",
    "accent": "#7056B5",
    "background": "#FFFFFF",
    "textPrimary": "#7056B5",
    "link": "#7056B5"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Barlow Semi Condensed",
      "heading": "Barlow"
    },
    "fontStacks": {
      "heading": [
        "Barlow"
      ],
      "body": [
        "Barlow",
        "sans-serif"
      ],
      "paragraph": [
        "Barlow"
      ]
    },
    "fontSizes": {
      "h1": "95.76px",
      "h2": "95.76px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FEC700",
      "textColor": "#000000",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#7056B5",
      "textColor": "#FFFFFF",
      "borderRadius": "63.84px",
      "borderRadiusCorners": {
        "topLeft": "63.84px",
        "topRight": "63.84px",
        "bottomRight": "63.84px",
        "bottomLeft": "63.84px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.popmeals.com.my/pop-icon-logo.png",
    "favicon": "https://www.popmeals.com.my/apple-touch-icon.png",
    "ogImage": "https://image.popcontent.link/metatag-images/dahmakanMalaysianMealDelivery.jpg",
    "logoHref": "/",
    "logoAlt": "Popmeals logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 3,
    "reasoning": "Selected #3 because it is visible, medium-sized, and matches the brand name 'Pop Meals' with a direct link to the homepage.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "ORDER NOW",
      "reasoning": "Button #0 with text 'ORDER NOW' and vibrant background color #FEC700 is likely the primary CTA due to its prominent placement and action-oriented text."
    },
    "secondary": {
      "index": 1,
      "text": "ORDER NOW",
      "reasoning": "Button #1 with text 'ORDER NOW' and background color #7056B5 serves as a secondary CTA, offering a different color option while maintaining a call-to-action focus."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "playful",
    "energy": "high",
    "targetAudience": "young adults and families"
  },
  "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": 3,
        "selectedLogoReasoning": "Selected #3 because it is visible, medium-sized, and matches the brand name 'Pop Meals' with a direct link to the homepage.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles