Last active
January 6, 2021 21:56
-
-
Save SafraPC/ff2f2002bc80c8f95dfdfb52a8642ef0 to your computer and use it in GitHub Desktop.
Variable Roots CSS
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 { | |
--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