# Popular Pays Brand Identity A complete profile of **Popular Pays**'s visual system — colors, typography, components, and personality — extracted from http://popularpays.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/popular-pays - Machine-readable JSON: https://characterquilt.com/branding/popular-pays.json - Per-page llms.txt: https://characterquilt.com/branding/popular-pays/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #07C98F | | Accent | #07C98F | | Body Font | Brownllweb | | Heading Font | Brownllweb | ## Color Palette - primary: #07C98F - secondary: #D6F7EE - accent: #07C98F - background: #FFFFFF - textPrimary: #000000 - link: #B97FDE ## Typography - primary: Brownllweb — https://fonts.google.com/specimen/Brownllweb - heading: Brownllweb — https://fonts.google.com/specimen/Brownllweb ## Visual Assets - Logo: https://cdn.prod.website-files.com/65af5bb45119ef8315f7474c/6631f7ab95b2678bc852e98c_popular-pays-logo2.svg - Favicon: https://cdn.prod.website-files.com/65af5bb45119ef8315f7474c/665c40327b44d16d4a98e452_popularpays-favicon.png - Social card (og:image): https://cdn.prod.website-files.com/65af5bb45119ef8315f7474c/65d8720b91d7264da542d59c_popular-pays.png ## UI Components - buttonPrimary: background=#07C98F, textColor=#FFFFFF, borderColor=#07C98F, borderRadius=100px, shadow=none - buttonSecondary: background=#3898EC, textColor=#FFFFFF, borderRadius=4px, shadow=none ## Brand Personality Tone: modern · Energy: high · Audience: businesses and marketers ## Popular Pays Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Pop Profile: Erik Velasquez | Popular Pays Blog** - Image: https://cdn.prod.website-files.com/65b6152f3d13a2c9705a8ddf/665597c31ec6e62dcadafa2e_6653433e4fb035404b1efc2c_663a045fb0e6d1cae366e151_fossil-erik-velasquez-casualfridaze51-01302018.jpeg - Source: https://popularpays.com/blog/pop-profile-erik-velasquez - **A Brand's Guide to Instagram Guides | Popular Pays Blog** - Image: https://cdn.prod.website-files.com/65b6152f3d13a2c9705a8ddf/665597b2648eba65e5c54ec9_6653433321274055e40ec69b_663cd6792a06b317e3f91762_brands-guide-instagram-guides.webp - Source: https://popularpays.com/blog/brands-guide-instagram-guides - **TikTok, Reels, Triller: A Guide to Short Form Video Apps | Popular Pays Blog** - Image: https://cdn.prod.website-files.com/65b6152f3d13a2c9705a8ddf/665597caf4d417a879134f2f_6653434591d969b42502dd80_663a047150c25efe4a2bc821_southwest-airlines-jessica-moore-02222019-3-e1597174712925.jpeg - Source: https://popularpays.com/blog/tiktok-reels-triller-guide-short-form-video-apps - **Influencer Management: Everything You Need to Know | Popular Pays Blog** - Image: https://cdn.prod.website-files.com/65b6152f3d13a2c9705a8ddf/665597be2feec2e95dc5db4b_6653433a4244e27c2053658d_663cbeb9dfca68631fc08cfb_managing-influencers.webp - Source: https://popularpays.com/blog/managing-influencers - **Creators Log in | Popular Pays** - Image: https://creators.popularpays.com/assets/images/welcome.jpg - Source: https://creators.popularpays.com/ - **The Breakdown: Content Creators vs Influencers | Popular Pays Blog** - Image: https://cdn.prod.website-files.com/65b6152f3d13a2c9705a8ddf/662fa030a3bc73a71bdc4827_kayla-blog-3-1024x998.jpeg - Source: https://popularpays.com/blog/breakdown-content-creators-vs-influencers ## 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": "Brownllweb", "role": "body" } ], "colors": { "primary": "#07C98F", "secondary": "#D6F7EE", "accent": "#07C98F", "background": "#FFFFFF", "textPrimary": "#000000", "link": "#B97FDE" }, "typography": { "fontFamilies": { "primary": "Brownllweb", "heading": "Brownllweb" }, "fontStacks": { "heading": [ "Brownllweb", "sans-serif" ], "body": [ "Brownllweb", "sans-serif" ], "paragraph": [ "Brownllweb", "sans-serif" ] }, "fontSizes": { "h1": "64px", "h2": "40px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "16px" }, "components": { "buttonPrimary": { "background": "#07C98F", "textColor": "#FFFFFF", "borderColor": "#07C98F", "borderRadius": "100px", "borderRadiusCorners": { "topLeft": "100px", "topRight": "100px", "bottomRight": "100px", "bottomLeft": "100px" }, "shadow": "none" }, "buttonSecondary": { "background": "#3898EC", "textColor": "#FFFFFF", "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "4px", "bottomRight": "4px", "bottomLeft": "4px" }, "shadow": "none" } }, "images": { "logo": "https://cdn.prod.website-files.com/65af5bb45119ef8315f7474c/6631f7ab95b2678bc852e98c_popular-pays-logo2.svg", "favicon": "https://cdn.prod.website-files.com/65af5bb45119ef8315f7474c/665c40327b44d16d4a98e452_popularpays-favicon.png", "ogImage": "https://cdn.prod.website-files.com/65af5bb45119ef8315f7474c/65d8720b91d7264da542d59c_popular-pays.png", "logoHref": "https://website.popularpays.com/" }, "__llm_logo_reasoning": { "selectedIndex": 1, "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Popular Pays'.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 5, "text": "I'm a business", "reasoning": "Button #5 has a vibrant green background (#07C98F), which is a brand color, and the text 'I'm a business' suggests a primary action for business users." }, "secondary": { "index": 3, "text": "Try for free", "reasoning": "Button #3 has a vibrant blue background (#3898EC) and the text 'Try for free', making it a strong secondary CTA with a different color group from the primary button." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "high", "targetAudience": "businesses and marketers" }, "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": 0, "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Popular Pays'.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```