var(--color-accent) after import./* AHLab Brand Tokens */ :root { --color-accent: #6100FF; --color-accent-dark: #4400B3; --gradient-start: #00D7EE; --gradient-end: #6100FF; /* …8 more neutrals + fonts */ }
Logos, colors, and typography for the Augmented Human Lab. Use these assets when writing about our work, designing posters, or building on top of the lab's identity.
The wordmark is the primary identity. Use the dark version on light backgrounds and the light version on dark or photographic backgrounds. Maintain at least 16 px clearspace on all sides.
A single confident purple, a signature cyan-to-purple gradient, and a neutral grayscale ramp. Click any swatch to copy its hex value.
Two cuts of Neue Haas Grotesk — Display for headlines and structural labels, Text for body copy. Served via Adobe Fonts (Typekit).
Both fonts are part of Adobe Fonts kit
zws2qzx · embed via
<link rel="stylesheet" href="https://use.typekit.net/zws2qzx.css">
The full color palette, gradient, and typography stack — packaged for drop-in use in your own projects. Pick the format that matches your stack, or grab the markdown version to feed an AI coding assistant.
var(--color-accent) after import./* AHLab Brand Tokens */ :root { --color-accent: #6100FF; --color-accent-dark: #4400B3; --gradient-start: #00D7EE; --gradient-end: #6100FF; /* …8 more neutrals + fonts */ }
README.md.# AHLab Design Tokens ## Colors ### Accent | Token | Hex | Use | |-----------------|---------|--------------| | color-accent | #6100FF | primary | | gradient-start | #00D7EE | cyan accent |