airgoods.json
Airgoods Brand Identity
A complete profile of Airgoods's visual system — colors, typography, components, and personality — extracted from https://airgoods.com/. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #6248FF |
| Accent | #6248FF |
| Body Font | body |
| Heading Font | body |
Color Palette
- primary: #6248FF
- secondary: #EBE8FF
- accent: #6248FF
- background: #FFFFFF
- textPrimary: #000000
- link: #1D384E
Typography
- primary: body — https://fonts.google.com/specimen/body
- heading: body — https://fonts.google.com/specimen/body
Visual Assets
- Logo: https://airgoods.com/assets/airgoods_logo.cde55f86.svg
- Favicon: https://airgoods.com/favicon.ico
- Social card (og:image): /assets/webp_landing_page_small.46f8e3cf.webp
UI Components
- input: background=#FFFFFF, textColor=#000000, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#6248FF, textColor=#FFFFFF, borderRadius=6px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
- buttonSecondary: background=#E4E4E4, textColor=#313131, borderRadius=6px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
Brand Personality
Tone: professional · Energy: medium · Audience: businesses looking for wholesale products
Airgoods Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Airgoods - Order and Discover Products Wholesale for your Business
- Berets Peanut Butter Chocolate Protein Bites (8 pack) - French Squirrel Wholesale - Airgoods
- Airgoods - Order and Discover Products Wholesale for your Business
- Pineapple Galore Tamalitoz Candy 12CT - Sugarox Candy Studio Wholesale - Airgoods
- Airgoods - Order and Discover Products Wholesale for your Business
- Sell on Airgoods - Grow your Wholesale Business
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.