Skip to content

Instantly share code, notes, and snippets.

@alicegherbison
Last active August 21, 2020 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alicegherbison/e959c08b6b282206ae4da344465281e4 to your computer and use it in GitHub Desktop.
Save alicegherbison/e959c08b6b282206ae4da344465281e4 to your computer and use it in GitHub Desktop.
🎨 colour palette
:root {
--color-lilac: #ab9df2;
--color-pink: #ff6188;
--color-orange: #fc9867;
--color-yellow: #ffd866;
--color-green: #a9dc76;
--color-cyan: #78dce8;
--color-cream: #fcfcfa;
--color-grey-light: #cccccc;
--color-grey-mid: #aaaaaa;
--color-grey-dark: #2c292d;
--color-black: #191919;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment