Design SystemOverview

Design System

The ONCE Design System provides a cohesive set of colors, typography, components, and layout patterns used across all ONCE products — from the marketing site to the documentation you’re reading now.

This guide is both a reference for developers and a contract for AI agents working in the codebase.


01

Dark-first

Designed for dark backgrounds with carefully tuned contrast and opacity scales.

02

Minimal palette

Four brand colors and three utility colors — nothing more. Hierarchy comes from opacity, not extra hues.

03

Two typefaces

Manrope for all prose and display text. JuliaMono for code, tags, and technical labels.

04

Subtle motion

Transitions on hover and focus only. No decorative animations that distract from content.


Quick reference

TokenValueUsage
--once-blue#3A455CPrimary accent
--once-bg#070D19Page background
--once-white#FFFFFFPrimary text on dark
--font-sansManropeBody & display
--font-monoJuliaMonoCode & labels

Sections