Home · Branding · Gigster

Gigster Brand Identity

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

Download JSON
Primary
#85E1B2
Accent
#85E1B2
Body Font
Poppins
Heading
Poppins

Color Palette

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

primary
#85E1B2
rgb(133, 225, 178)
secondary
#131B2F
rgb(19, 27, 47)
accent
#85E1B2
rgb(133, 225, 178)
background
#F7F7F7
rgb(247, 247, 247)
textPrimary
#000000
rgb(0, 0, 0)
link
#050D22
rgb(5, 13, 34)

Typography

Each font links to its Google Fonts page where available.

primary
Poppins
heading
Poppins
Outfit
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

Gigster logo
Logo
Gigster favicon
Favicon
Gigster social image
Social Card

UI Components

Live previews rendered using Gigster's actual button styles.

input
background #FFFFFF textColor #1D2939 borderColor #D0D5DD borderRadius 8px shadow none
buttonPrimary
background #85E1B2 textColor #000000 borderRadius 35px shadow none
buttonSecondary
background transparent textColor #FFFFFF borderColor #4199FD borderRadius 8px shadow rgb(238, 238, 238) 0px 1px 1px 0px

Brand Personality

Tone: professional Energy: medium Audience: businesses seeking tech talent

Gigster Brand in the Wild

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

Frequently Asked Questions

What is Gigster's primary brand color?

Gigster's primary brand color is #85E1B2. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Gigster use?

Gigster uses Poppins as the primary typeface across body and headings.

Does Gigster use a light or dark theme?

Gigster's primary site uses a light color scheme, with a background of #F7F7F7.

Where can I find Gigster's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Poppins",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Outfit",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#85E1B2",
    "secondary": "#131B2F",
    "accent": "#85E1B2",
    "background": "#F7F7F7",
    "textPrimary": "#000000",
    "link": "#050D22"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Poppins",
      "heading": "Poppins"
    },
    "fontStacks": {
      "heading": [
        "Outfit"
      ],
      "body": [
        "Poppins"
      ],
      "paragraph": [
        "Poppins"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "18px",
      "body": "25px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#1D2939",
      "borderColor": "#D0D5DD",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#85E1B2",
      "textColor": "#000000",
      "borderRadius": "35px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "35px",
        "bottomRight": "35px",
        "bottomLeft": "35px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#4199FD",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgb(238, 238, 238) 0px 1px 1px 0px"
    }
  },
  "images": {
    "logo": "https://gigster.com/wp-content/uploads/2022/09/Gigster-Logo-Full.png",
    "favicon": "https://gigster.com/wp-content/uploads/fbrfg/apple-touch-icon.png",
    "ogImage": "https://gigster.com/wp-content/uploads/2022/12/Preview5-1.png",
    "logoHref": "https://gigster.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 'Gigster'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Get Started",
      "reasoning": "Button #1 ('Get Started') uses the vibrant brand color #85E1B2 and has strong CTA text, making it the primary call-to-action."
    },
    "secondary": {
      "index": 5,
      "text": "SUBSCRIBE",
      "reasoning": "Button #5 ('SUBSCRIBE') has a transparent background with a border, making it distinct from the primary button's color group."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses seeking tech talent"
  },
  "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 'Gigster'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles