# Lollipuff Brand Identity A complete profile of **Lollipuff**'s visual system — colors, typography, components, and personality — extracted from http://lollipuff.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/lollipuff - Machine-readable JSON: https://characterquilt.com/branding/lollipuff.json - Per-page llms.txt: https://characterquilt.com/branding/lollipuff/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #E3547F | | Accent | #E3547F | | Body Font | Poppins | | Heading Font | Poppins | ## Color Palette - primary: #E3547F - secondary: #FF8F1C - accent: #E3547F - background: #FFFFFF - textPrimary: #000000 - link: #00239C ## Typography - primary: Poppins — https://fonts.google.com/specimen/Poppins - heading: Poppins — https://fonts.google.com/specimen/Poppins ## Visual Assets - Logo: https://www.lollipuff.com/content/uploads/2020/09/logo.png - Favicon: https://www.lollipuff.com/content/themes/lollipuff/library/favicon/apple-icon-57x57.png ## UI Components - input: background=#FFFFFF, textColor=#000000, borderColor=#767676, borderRadius=0px, shadow=none - buttonPrimary: background=#E3547F, textColor=#FFFFFF, borderColor=#000000, borderRadius=0px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: fashion-conscious consumers interested in luxury brands ## Lollipuff Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **How to Wear Herve Leger Casually - Lollipuff** - Image: https://s3.amazonaws.com/lollipuff/media/blog/313/black-herve-leger-bandage-top-skinny-jeans-tory-burch-amy-pumps.jpg - Source: https://www.lollipuff.com/how-to-wear-herve-leger-casually/ - **Blog - Lollipuff** - Image: https://www.lollipuff.com/content/uploads/2026/01/dior-rouge-premier-lipstick-necklace-jewelry-2025.jpg - Source: https://www.lollipuff.com/blog/ - **How To Eliminate Odors From Bags - Lollipuff** - Image: https://www.lollipuff.com/content/uploads/2020/06/cleaning-inside-of-leather-bag-smells.jpg - Source: https://www.lollipuff.com/how-to-eliminate-odors-from-bags/ - **Blog - Lollipuff** - Image: https://www.lollipuff.com/content/uploads/2025/05/Celine-black-triomphe-flap-bag-1.jpg - Source: https://www.lollipuff.com/blog/ - **Herve Leger Archives - Page 2 of 8 - Lollipuff** - Image: https://www.lollipuff.com/content/uploads/2020/06/herve-leger-vs-bcbg.jpg - Source: https://www.lollipuff.com/?cat=14&paged=2 - **How to Wear Herve Leger Casually - Lollipuff** - Image: https://s3.amazonaws.com/lollipuff/media/blog/313/dark-gray-suede-lambskin-leather-chanel-bubble-shoulder-tote-bag.jpg - Source: https://www.lollipuff.com/how-to-wear-herve-leger-casually/ ## Working with these fonts 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. ## Machine-Readable Profile ```json { "colorScheme": "light", "fonts": [ { "family": "Poppins", "role": "body" } ], "colors": { "primary": "#E3547F", "secondary": "#FF8F1C", "accent": "#E3547F", "background": "#FFFFFF", "textPrimary": "#000000", "link": "#00239C" }, "typography": { "fontFamilies": { "primary": "Poppins", "heading": "Poppins" }, "fontStacks": { "heading": [ "Poppins", "sans-serif" ], "body": [ "Poppins", "sans-serif" ], "paragraph": [ "Poppins", "sans-serif" ] }, "fontSizes": { "h1": "30px", "h2": "35px", "body": "18px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": { "input": { "background": "#FFFFFF", "textColor": "#000000", "borderColor": "#767676", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" }, "buttonPrimary": { "background": "#E3547F", "textColor": "#FFFFFF", "borderColor": "#000000", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" } }, "images": { "logo": "https://www.lollipuff.com/content/uploads/2020/09/logo.png", "favicon": "https://www.lollipuff.com/content/themes/lollipuff/library/favicon/apple-icon-57x57.png", "ogImage": null, "logoHref": "https://www.lollipuff.com/" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Lollipuff'.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Start Now!", "reasoning": "Button #0 with text 'Start Now!' is the primary CTA due to its action-oriented text and vibrant brand color (#E3547F), which is consistent with the site's primary color scheme." }, "secondary": { "index": -1, "text": "N/A", "reasoning": "Both buttons share the same background color (#E3547F), making it impossible to select a secondary button with a different color." }, "confidence": 0.9 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "fashion-conscious consumers interested in luxury brands" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.9, "colors": 0.95, "overall": 0.925 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Lollipuff'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```