Skip to content

Instantly share code, notes, and snippets.

@alolalo
Last active November 26, 2024 15:32
Show Gist options
  • Save alolalo/9772360805e033ccf10707f347ca09be to your computer and use it in GitHub Desktop.
Save alolalo/9772360805e033ccf10707f347ca09be to your computer and use it in GitHub Desktop.
[--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);
--jg--csc: var(--green);
}
/* created by: .: justgu.us :. Free-lance Full-Stack Commercial Language Developer from NL-020, that takes things from pen to pixel-perfect singlehandedly. Any Questions?** >> Just askgu.us << **commercial rates apply áfter first contact...
@alolalo
Copy link
Author

alolalo commented Mar 11, 2022

This is a minimal HEX-coded CMYK color-palette in CSS that uses a semantical pattern to generate the colors using the word 'face' and the numbers '22'. Like the name suggests.

@alolalo
Copy link
Author

alolalo commented Mar 11, 2022

Added the relative atomic versions of ' color primary, secondary, tertiary, quaternary to the list so the colors can be literally or relatively chosen. Primary and Secondary are a complementary pair (blue & yellow), as well as Tertiary and Quaternary (red & green).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment