Created
June 20, 2020 06:58
-
-
Save sroy8091/e84cf1f433b1e015590f2e71b9769175 to your computer and use it in GitHub Desktop.
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 { | |
--colors-pink: #ff62dc; | |
--colors-orange: #ff5b00; | |
--colors-yellow: #f7ff00; | |
--colors-green: #28ff00; | |
--colors-cyan: #00ffff; | |
--colors-blue: #00a4ff; | |
--colors-purple: #c210ff; | |
--colors-darker: #151613; | |
--colors-dark: #20201d; | |
--colors-darkless: #2b2b27; | |
--colors-black: #1d201d; | |
--colors-slate: #3b413a; | |
--colors-muted: #777f76; | |
--colors-smoke: #d5d8d5; | |
--colors-snow: #f5f5f4; | |
--colors-white: #ffffff; | |
--fonts-body: 'Baloo 2', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', | |
Roboto, sans-serif; | |
--fonts-display: 'Shrikhand', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', | |
Roboto, sans-serif; | |
--fonts-mono: 'SF Mono', 'Roboto Mono', Menlo, Consolas, monospace; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment