Skip to content

Instantly share code, notes, and snippets.

View alolalo's full-sized avatar
🏠
Studying & Cooking with design+code

justgu.us alolalo

🏠
Studying & Cooking with design+code
View GitHub Profile
@alolalo
alolalo / two-face.css
Last active November 26, 2024 15:32
[--cu__cmyk] .: CMYK colour palette :: #BOUM #RDS :.
:root {
/* expliciete semantische kleuren */
--cyan: #22cafe;
--magenta: #fa22ce;
--yellow: #face22;
--green: #22face;
/* impliciete systeem kleuren; (colorPrimary + colorSecondary) + Complementary */
--jg--cp: var(--cyaan);
--jg--cpc: var(--yellow);
--jg--cs: var(--magenta);