From 58c947fe57c5b6492906e588f9510ae30383615d Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Tue, 30 May 2023 16:47:52 -0400 Subject: routine updates --- public/css/palettes/material.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 public/css/palettes/material.css (limited to 'public/css/palettes/material.css') diff --git a/public/css/palettes/material.css b/public/css/palettes/material.css new file mode 100644 index 0000000..60bfafb --- /dev/null +++ b/public/css/palettes/material.css @@ -0,0 +1,20 @@ +/* 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; +} \ No newline at end of file -- cgit v1.2.3