Accent to a dusty press-cyan, a muted echo of the canvas's cyan ink

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Bendik Aagaard Lynghaug
2026-08-14 19:45:58 +02:00
co-authored by Claude Fable 5
parent f3ca83b9f9
commit 5571d21b21
+7 -5
View File
@@ -38,11 +38,13 @@
}
:root {
/* the one brand color - everything else is neutral. Tuned for
legibility against near-black, distinct from the YES canvas's own
cyan/magenta/yellow so UI chrome never fights with it. */
--accent: #f0923c;
--accent-soft: rgba(240, 146, 60, 0.16);
/* the one brand color - everything else is neutral. A muted,
desaturated echo of the YES canvas's cyan ink: same family as the
canvas so chrome harmonizes with it, but dusty enough to read as a
quiet spot color on dark stock rather than compete. Legible
against near-black both as text and under #0a0a0a button text. */
--accent: #8ec2c0;
--accent-soft: rgba(142, 194, 192, 0.16);
--paper: #0a0a0a;
--paper-raised: #161616;