llms.txt
Darkgrade Brand Identity
A complete profile of Darkgrade's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #FFFFFF |
| Accent | #1A1A1A |
| Body Font | sans |
| Heading Font | sans |
Color Palette
- primary: #FFFFFF
- accent: #1A1A1A
- background: #000000
- textPrimary: #FFFFFF
- link: #FFFFFF
Typography
- primary: sans — https://fonts.google.com/specimen/sans
- heading: sans — https://fonts.google.com/specimen/sans
Visual Assets
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#1A1A1A, textColor=#FFFFFF, borderColor=#4D4D4D, borderRadius=6px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech enthusiasts and developers
Darkgrade Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Darkgrade | Let your camera understand the world
- Image:
- Source: https://darkgrade.com/
- Kevin Schaich - Darkgrade (YC F24) | LinkedIn
- Image:
- Source: https://www.linkedin.com/in/kevinschaich
- gphoto2 · GitHub Topics · GitHub
- Image:
- Source: https://github.com/topics/gphoto2
- Kevin Schaich - Darkgrade (YC F24) | LinkedIn
- Image:
- Source: https://www.linkedin.com/in/kevinschaich
Machine-Readable Profile
{
"colorScheme": "dark",
"fonts": [
{
"family": "sans",
"count": 9
},
{
"family": "sans Fallback",
"count": 9
}
],
"colors": {
"primary": "#FFFFFF",
"accent": "#1A1A1A",
"background": "#000000",
"textPrimary": "#FFFFFF",
"link": "#FFFFFF"
},
"typography": {
"fontFamilies": {
"primary": "sans",
"heading": "sans"
},
"fontStacks": {
"body": [
"sans",
"sans Fallback"
],
"heading": [
"sans",
"sans Fallback"
],
"paragraph": [
"sans",
"sans Fallback"
]
},
"fontSizes": {
"h1": "64px",
"h2": "18px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "6px"
},
"components": {
"buttonPrimary": {
"background": "#1A1A1A",
"textColor": "#FFFFFF",
"borderColor": "#4D4D4D",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
}
},
"images": {
"logo": null,
"favicon": "https://darkgrade.com/darkgrade_favicon_dark.svg",
"ogImage": "https://darkgrade.com/darkgrade_opengraph_dark.png"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech enthusiasts and developers"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
}
}