the code for my website (https://www.annwan.me)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
378 B

10 months ago
  1. /* Material by Nate Peterson */
  2. :root {
  3. --base00: #263238;
  4. --base01: #2E3C43;
  5. --base02: #314549;
  6. --base03: #546E7A;
  7. --base04: #B2CCD6;
  8. --base05: #EEFFFF;
  9. --base06: #EEFFFF;
  10. --base07: #FFFFFF;
  11. --base08: #F07178;
  12. --base09: #F78C6C;
  13. --base0A: #FFCB6B;
  14. --base0B: #C3E88D;
  15. --base0C: #89DDFF;
  16. --base0D: #82AAFF;
  17. --base0E: #C792EA;
  18. --base0F: #FF5370;
  19. }