Skip to content

Instantly share code, notes, and snippets.

@angelLi17
Created July 31, 2020 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelLi17/aae1d2cfc53fa6f27a205fd3be915588 to your computer and use it in GitHub Desktop.
Save angelLi17/aae1d2cfc53fa6f27a205fd3be915588 to your computer and use it in GitHub Desktop.
My Scrapbook design
: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