Skip to content

Instantly share code, notes, and snippets.

@niklasp
Last active February 22, 2023 19:16
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 niklasp/e764549507b2d1675316ae2e4712fbca to your computer and use it in GitHub Desktop.
Save niklasp/e764549507b2d1675316ae2e4712fbca to your computer and use it in GitHub Desktop.
Copy and paste all polkadot brand colors as css variables
:root {
--polkadot-pink: #e6007a;
--polkadot-purple: #552BBF;
--polkadot-cyan: #00B2FF;
--polkadot-lime: #D3FF33;
--polkadot-green: #56F39A;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment