llms.txt
Corsair Brand Identity
A complete profile of Corsair's visual system — colors, typography, components, and personality — extracted from https://www.corsair.dev. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #222840 |
| Accent | #00D4B4 |
| Body Font | Roboto |
| Heading Font | Roboto |
Color Palette
- primary: #222840
- secondary: #7D8FA8
- accent: #00D4B4
- background: #0D0F1A
- textPrimary: #C8D6E8
- link: #C8D6E8
Typography
- primary: Roboto — https://fonts.google.com/specimen/Roboto
- heading: Roboto — https://fonts.google.com/specimen/Roboto
Visual Assets
UI Components
- buttonPrimary: background=#00D4B4, textColor=#0D0F1A, borderRadius=10px, shadow=none
- buttonSecondary: background=#0D0F1A, textColor=#C8D6E8, borderColor=#323743, borderRadius=8px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: developers and tech enthusiasts
Corsair Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Introduction - Corsair
- Image:
- Source: https://docs.corsair.dev/getting-started/introduction
- I made a mock Corsair ad for one of my classes, what do you guys think? : r/pcmasterrace
- Corsair iCUE | SMAL
- Image:
- Source: https://www.smal.de/work/corsair-icue
- Alden Faville - CORSAIR Ad Campaign
- Image:
- Source: https://aldenfaville.com/corsair-ad-campaign
- Corsair Gaming, Inc.: Initiating Coverage with ADD and $9.75 Target
- Corsair
- Image:
- Source: https://alexanderpcs.com/pages/corsair
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.
Machine-Readable Profile
{
"colorScheme": "dark",
"fonts": [
{
"family": "Roboto",
"role": "body"
},
{
"family": "Geist",
"role": "unknown"
}
],
"colors": {
"primary": "#222840",
"secondary": "#7D8FA8",
"accent": "#00D4B4",
"background": "#0D0F1A",
"textPrimary": "#C8D6E8",
"link": "#C8D6E8"
},
"typography": {
"fontFamilies": {
"primary": "Roboto",
"heading": "Roboto"
},
"fontStacks": {
"heading": [
"Geist",
"ui-sans-serif",
"system-ui",
"-apple-system",
"Segoe UI",
"Roboto",
"Helvetica",
"Arial",
"Noto Sans",
"Apple Color Emoji",
"Segoe UI Emoji"
],
"body": [
"Geist",
"ui-sans-serif",
"system-ui",
"-apple-system",
"Segoe UI",
"Roboto",
"Helvetica",
"Arial",
"Noto Sans",
"Apple Color Emoji",
"Segoe UI Emoji"
],
"paragraph": [
"Geist",
"ui-sans-serif",
"system-ui",
"-apple-system",
"Segoe UI",
"Roboto",
"Helvetica",
"Arial",
"Noto Sans",
"Apple Color Emoji",
"Segoe UI Emoji"
]
},
"fontSizes": {
"h1": "62px",
"h2": "48px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 12,
"borderRadius": "4px"
},
"components": {
"buttonPrimary": {
"background": "#00D4B4",
"textColor": "#0D0F1A",
"borderRadius": "10px",
"borderRadiusCorners": {
"topLeft": "10px",
"topRight": "10px",
"bottomRight": "10px",
"bottomLeft": "10px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#0D0F1A",
"textColor": "#C8D6E8",
"borderColor": "#323743",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
}
},
"images": {
"logo": null,
"favicon": "https://corsair.dev/favicon.ico?favicon.8042a2e7.ico",
"ogImage": null
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Github",
"reasoning": "Button #1 has a vibrant green background (#00D4B4), which is typically used for primary CTAs. The text 'Github' suggests an action-oriented purpose, making it a strong candidate for the primary button."
},
"secondary": {
"index": 0,
"text": "View all integrations",
"reasoning": "Button #0 has a dark background (#0D0F1A) and a contrasting text color (#C8D6E8). It is less vibrant than the primary button, making it suitable as a secondary option."
},
"confidence": 0.95
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "developers and tech enthusiasts"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": false,
"llmSucceeded": false,
"finalSource": "none"
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}