Gamelynx Brand: Colors, Fonts, Logo & Visual Identity
Gamelynx Brand Identity
A complete profile of Gamelynx's visual system — colors, typography, components, and personality — extracted from https://gamelynx.gg. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://gamelynx.gg.
| Color Name | Hex Code | RGB |
|---|---|---|
| primary | #001122 | rgb(0, 17, 34) |
| secondary | #003266 | rgb(0, 50, 102) |
| accent | #FA5800 | rgb(250, 88, 0) |
| background | #FFFFFF | rgb(255, 255, 255) |
| textPrimary | #FA5800 | rgb(250, 88, 0) |
| link | #FA5800 | rgb(250, 88, 0) |
Typography
Each font links to its Google Fonts page where available.
| Font Role | Font Family |
|---|---|
| primary | Roboto |
| heading | Roboto |
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
Logo
Favicon
Social Card
UI Components
Live previews rendered using Gamelynx's actual button styles.
Button Primary
| Property | Value |
|---|---|
| background | #FA5800 |
| textColor | #FFFFFF |
| borderRadius | 50px |
| shadow | none |
Button Secondary
| Property | Value |
|---|---|
| background | #003266 |
| textColor | #FFFFFF |
| borderRadius | 50px |
| shadow | rgba(135, 187, 24, 0.4) 0px 10px 30px 0px |
Brand Personality
Tone: bold Energy: high Audience: gamblers and sports bettors
Frequently Asked Questions
What is Gamelynx's primary brand color?
Gamelynx's primary brand color is #001122. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Gamelynx use?
Gamelynx uses #FA5800 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Gamelynx use?
Gamelynx uses Roboto as the primary typeface across body and headings.
Does Gamelynx use a light or dark theme?
Gamelynx's primary site uses a light color scheme, with a background of #FFFFFF.
Where can I find Gamelynx's logo?
Gamelynx's logo is available directly on their site (https://gamelynx.gg). 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://gamelynx.gg 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 Gamelynx.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [{
"family": "Roboto",
"role": "body"
}],
"colors": {
"primary": "#001122",
"secondary": "#003266",
"accent": "#FA5800",
"background": "#FFFFFF",
"textPrimary": "#FA5800",
"link": "#FA5800"
},
"typography": {
"fontFamilies": {
"primary": "Roboto",
"heading": "Roboto"
},
"fontStacks": {
"heading": [
"Roboto",
"sans-serif"
],
"body": [
"Roboto",
"sans-serif"
],
"paragraph": [
"Roboto",
"sans-serif"
]
},
"fontSizes": {
"h1": "34px",
"h2": "28px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"buttonPrimary": {
"background": "#FA5800",
"textColor": "#FFFFFF",
"borderRadius": "50px",
"shadow": "none"
},
"buttonSecondary": {
"background": "#003266",
"textColor": "#FFFFFF",
"borderRadius": "50px",
"shadow": "rgba(135, 187, 24, 0.4) 0px 10px 30px 0px"
}
},
"images": {
"logo": "https://mostbet-download.app/wp-content/uploads/2024/06/mostbet-logo-e1647897444994.png",
"favicon": "https://mostbet-download.app/wp-content/uploads/2024/08/cropped-mostbet-apk-app-32x32.png",
"ogImage": "https://mostbet-download.app/wp-content/uploads/2024/07/mostbet-app-bd-pk-in.webp"
},
"personality": {
"tone": "bold",
"energy": "high",
"targetAudience": "gamblers and sports bettors"
}
}