Created
July 31, 2020 22:53
-
-
Save angelLi17/aae1d2cfc53fa6f27a205fd3be915588 to your computer and use it in GitHub Desktop.
My Scrapbook design
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: 'Notable', 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; | |
--colors-background: #FFFACD; | |
} | |
body { | |
background: linear-gradient(to bottom left, #9400D3, #F0FFF0); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment