Last active
November 26, 2024 15:32
-
-
Save alolalo/9772360805e033ccf10707f347ca09be to your computer and use it in GitHub Desktop.
[--cu__cmyk] .: CMYK colour palette :: #BOUM #RDS :.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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... |
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
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.