Skip to content

Instantly share code, notes, and snippets.

@SafraPC
Last active January 6, 2021 21:56
Show Gist options
  • Save SafraPC/ff2f2002bc80c8f95dfdfb52a8642ef0 to your computer and use it in GitHub Desktop.
Save SafraPC/ff2f2002bc80c8f95dfdfb52a8642ef0 to your computer and use it in GitHub Desktop.
Variable Roots CSS
:root {
--color-background: #121214;
--color-green: #04d361;
--color-red: #e83f5b;
--color-orange: #fd951f;
--color-yellow: #f7df1e;
--color-primary: #8257e6;
--color-primary-hover: #9466ff;
--color-secondary: #e1e1e6;
--color-text: #a8a8b3;
--color-support: #737380;
--color-shape: #202024;
--color-shape-hover: #29292e;
--color-icons: #41414d;
--color-borders: #323238;
--color-black: #0d0d0f;
--color-white: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment