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:
co-authored by
Claude Fable 5
parent
f3ca83b9f9
commit
5571d21b21
+7
-5
@@ -38,11 +38,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
/* the one brand color - everything else is neutral. Tuned for
|
/* the one brand color - everything else is neutral. A muted,
|
||||||
legibility against near-black, distinct from the YES canvas's own
|
desaturated echo of the YES canvas's cyan ink: same family as the
|
||||||
cyan/magenta/yellow so UI chrome never fights with it. */
|
canvas so chrome harmonizes with it, but dusty enough to read as a
|
||||||
--accent: #f0923c;
|
quiet spot color on dark stock rather than compete. Legible
|
||||||
--accent-soft: rgba(240, 146, 60, 0.16);
|
against near-black both as text and under #0a0a0a button text. */
|
||||||
|
--accent: #8ec2c0;
|
||||||
|
--accent-soft: rgba(142, 194, 192, 0.16);
|
||||||
|
|
||||||
--paper: #0a0a0a;
|
--paper: #0a0a0a;
|
||||||
--paper-raised: #161616;
|
--paper-raised: #161616;
|
||||||
|
|||||||
Reference in New Issue
Block a user