Archivo
Headings, body, and interface.
ABCDEFGHIJKLM abcdefghijklm 0123456789
- Regular 400
- Medium 500
- Semibold 600
- Bold 700
--font-sans
Color, type, and components for every dalix.dev site.
<link rel="stylesheet" href="https://colors.dalix.dev/dalix.css">
--ink #0b1e24--accent #029386.logoHeadings, body, and interface.
ABCDEFGHIJKLM abcdefghijklm 0123456789
--font-sans
Code, data, hex values, and the logo.
const accent = "#029386"; => != <= 0O 1lI
--font-mono
Code comments and annotations.
// keep it plain, say it once
--font-note
Hero heading
Page heading
Section heading
Subsection heading
Card title
Lead text under a hero heading.
Body text. Keep lines under 80 characters.
Small text and form labels
Captions
--line, or --accent when highlighted.--space-14--space-28--space-312--space-416--space-524--space-632--space-748--space-864--space-996--space-10128A 1px line border. Use for static content.
.card
A teal border. Marks the current or recommended item.
.card.card-accent
.btn.btn-primary.btn.btn.btn-text.btn-sm:disabled.tag.tag-accent.tag-success.tag-warning.tag-dangerBody text is --body on --canvas or --surface. Links use the strong teal with an underline. Inline code is set in JetBrains Mono.
/* Reach for tokens, never raw hex */
.status-panel {
color: var(--body);
background: var(--surface);
border: 1px solid var(--line);
border-radius: var(--radius);
}
White surfaces on a #f4f7f8 canvas. No dark mode.
Teal #029386. Status colors only signal status.
Every card cuts its top-left and bottom-right corners.
Every other rounded corner uses 10px.
Hero sections are center-aligned. Other sections align left.
No blurb next to a section heading. Content starts right under it.
Show code in plain code blocks. No window chrome, traffic lights, or typing effects.
Say it once, plainly. Cut filler copy and decoration.
<link rel="icon" href="https://colors.dalix.dev/favicon.svg" type="image/svg+xml">
<link rel="preload" href="https://colors.dalix.dev/fonts/archivo-latin-wght-normal.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="https://colors.dalix.dev/dalix.css">
<header class="site-header">
<div class="container">
<a class="logo" href="https://dalix.dev">dalix<span>.dev</span></a>
<nav class="site-nav">
<a href="#docs">Docs</a>
</nav>
</div>
</header>
<main>
<!-- Heroes are always centered -->
<section class="hero">
<div class="container">
<h1>Page title</h1>
<p>One plain sentence.</p>
</div>
</section>
<!-- The heading stands alone, with no blurb beside it -->
<section class="section" id="docs">
<div class="container">
<h2>Section heading</h2>
<div class="grid">
<article class="card">
<div class="tile">C</div>
<h3><span class="mark">C</span>ard title</h3>
<p>Card body text.</p>
</article>
</div>
</div>
</section>
</main>
| File | Contents |
|---|---|
dalix.css | Tokens, fonts, base styles, and components |
logo.svg | Wordmark, outlined |
favicon.svg | Browser tab icon |
apple-touch-icon.png | 180px home screen icon |
fonts/ | Archivo, JetBrains Mono, and Monaspace Radon as WOFF2 |