@maggioli-design-system/design-tokens
Version:
This is the Design Token library of Maggioli Design System, here you'll find all the visual data used around the libraries.
51 lines (47 loc) • 1.16 kB
CSS
/*
@magma-design-system/design-tokens v13.7.1
Generated by Style Dictionary
Do not edit directly
Generated at Tue, 03 Jun 2025 08:08:46 GMT
*/
:root {
--brand-rnd-01: #1d1a18;
--brand-rnd-02: #4a3e2f;
--brand-rnd-03: #5b4a34;
--brand-rnd-04: #6e583a;
--brand-rnd-05: #87683f;
--brand-rnd-06: #b48546;
--brand-rnd-07: #d6bc98;
--brand-rnd-08: #e1d6c8;
--brand-rnd-09: #ebe7e3;
--brand-rnd-10: #f5f5f4;
--brand-rnd: #cba26b;
}
:root.pref-theme-dark {
--brand-rnd-01: #ece8e4;
--brand-rnd-02: #d2b084;
--brand-rnd-03: #c89d64;
--brand-rnd-04: #b98848;
--brand-rnd-05: #9d7643;
--brand-rnd-06: #735b3b;
--brand-rnd-07: #41382b;
--brand-rnd-08: #2c2721;
--brand-rnd-09: #1d1b18;
--brand-rnd-10: #11100f;
--brand-rnd: #cba26b;
}
@media (prefers-color-scheme: dark) {
:root.pref-theme-system {
--brand-rnd-01: #ece8e4;
--brand-rnd-02: #d2b084;
--brand-rnd-03: #c89d64;
--brand-rnd-04: #b98848;
--brand-rnd-05: #9d7643;
--brand-rnd-06: #735b3b;
--brand-rnd-07: #41382b;
--brand-rnd-08: #2c2721;
--brand-rnd-09: #1d1b18;
--brand-rnd-10: #11100f;
--brand-rnd: #cba26b;
}
}