Token reference and live sample implementations, generated from brand.accordpartners.ai v2.1. The website is the master; this is the machine projection coding agents inherit.
Accord-DESIGN.md. Scroll to the bottom for the raw file, the exported Tailwind theme, and the lint report.
Narrow by design. Gold is editorial-only (milestone/premium tags) — never a UI default.
Two-face pairing. Newsreader (serif) = display headings only. Inter = everything else + both wordmarks (locked). Serif sets the tone; sans does the work.
Live components — what actually ships when an agent builds against these tokens.
<button class="btn-primary">Primary</button>
.btn-primary{
background: var(--color-action); /* #2563EB */
color: var(--color-on-action); /* #fff */
border-radius: var(--radius-sm); /* 6px */
padding: 10px 20px;
}
.btn-primary:hover{
background: var(--color-action-hover); /* #1E40AF */
}
.card{
background: var(--color-white);
border: 1px solid var(--color-border); /* #E5E7EB */
border-radius: var(--radius-md); /* 8px */
box-shadow: 0 1px 3px rgba(0,0,0,.1);
padding: 16px;
}
.card .value{ /* the metric number */
font-family: var(--font-display); /* Newsreader */
font-size: 32px; font-weight: 600;
color: var(--color-primary);
}
nav{ background: var(--color-primary); } /* navy */
nav a{ color:#fff; opacity:.85;
border-radius: var(--radius-sm); padding:8px 14px; }
nav a.active{
background: var(--color-action); /* #2563EB */
opacity: 1;
}
.badge{
border-radius: 9999px; /* full pill */
padding: 4px 10px;
font-size: 12px; font-weight: 500;
}
/* text at 100%, background at 15% opacity */
.badge.success{ color:#16A34A; background:rgba(22,163,74,.15); }
.badge.ai { color:var(--color-gold); background:rgba(184,134,11,.15); }
input{
border: 1px solid var(--color-border);
border-radius: var(--radius-sm);
padding: 10px 12px; font-family: var(--font-sans);
}
input:focus{ outline: 2px solid var(--color-action); }
The reference artifacts. The DESIGN.md is authored by hand from v2.1; the Tailwind theme is generated by npx @google/design.md export.