advantage club.json
Advantage Club Brand Identity
A complete profile of Advantage Club's visual system — colors, typography, components, and personality — extracted from https://www.advantageclub.co. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/advantage-club
- Machine-readable JSON: https://characterquilt.com/branding/advantage-club.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #FEDA01 |
| Accent | #007F87 |
| Body Font | Poppins |
| Heading Font | Poppins |
Color Palette
- primary: #FEDA01
- secondary: #C8E4E5
- accent: #007F87
- background: #E8F4F5
- textPrimary: #2C3333
- link: #007F87
Typography
- primary: Poppins — https://fonts.google.com/specimen/Poppins
- heading: Poppins — https://fonts.google.com/specimen/Poppins
Visual Assets
- Logo: https://cdn3.workadvantage.in/images/cdn_upload/cdn/18921/a358e57975.webp
- Favicon: https://www.advantageclub.ai/favicon.ico
UI Components
- input: background=transparent, textColor=#2C3333, borderColor=null, borderRadius=13.5px, shadow=none
- buttonPrimary: background=#FEDA01, textColor=#2C3333, borderRadius=6.75px, shadow=none
- buttonSecondary: background=#007F87, textColor=#FFFFFF, borderRadius=4.5px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: corporate HR and management teams
Advantage Club Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- What is Sales Automation? | AdvantageClub.ai
- How to create psychological safety at the workplace?
- 104db70d82.webp
- 7 HR Strategies to Sustain Engagement During Economic Uncertainty
- POS Loyalty Program Strategies to Boost Retention
- Advantage Club: Multi-Wallet Tax Saving VISA Card
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:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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.