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.
20 lines
378 B
20 lines
378 B
/* Material by Nate Peterson */
|
|
|
|
:root {
|
|
--base00: #263238;
|
|
--base01: #2E3C43;
|
|
--base02: #314549;
|
|
--base03: #546E7A;
|
|
--base04: #B2CCD6;
|
|
--base05: #EEFFFF;
|
|
--base06: #EEFFFF;
|
|
--base07: #FFFFFF;
|
|
--base08: #F07178;
|
|
--base09: #F78C6C;
|
|
--base0A: #FFCB6B;
|
|
--base0B: #C3E88D;
|
|
--base0C: #89DDFF;
|
|
--base0D: #82AAFF;
|
|
--base0E: #C792EA;
|
|
--base0F: #FF5370;
|
|
}
|