Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Last active March 30, 2022 12:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsh-code/ad7b0ca27058ef9e9948af722066723f to your computer and use it in GitHub Desktop.
Save tsh-code/ad7b0ca27058ef9e9948af722066723f to your computer and use it in GitHub Desktop.
:root {
--primary-color-h: 156;
--primary-color-s: 50%;
--primary-color-l: 50%;
--darken: 0%;
--primary-color: hsl(var(--primary-color-h), var( --primary-color-s), calc(var(--primary-color-l) + var(--darken)));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment