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

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: tech enthusiasts and developers

Darkgrade Brand in the Wild

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

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": ""
  }
}