From e543b0657656dff8edac5bdd0553e792276cc2b4 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Fri, 18 Aug 2023 20:32:28 +0100 Subject: Moves CSS variables to /variables folder --- public/css/variables/palette-hex.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 public/css/variables/palette-hex.css (limited to 'public/css/variables/palette-hex.css') diff --git a/public/css/variables/palette-hex.css b/public/css/variables/palette-hex.css new file mode 100644 index 0000000..13a9d7c --- /dev/null +++ b/public/css/variables/palette-hex.css @@ -0,0 +1,23 @@ +:root { + --color-primary-50: #eeecff; + --color-primary-100: #cec5ff; + --color-primary-200: #b19cff; + --color-primary-300: #937be3; + --color-primary-400: #765cc1; + --color-primary-500: #5a3ea1; + --color-primary-600: #401f81; + --color-primary-700: #28005c; + --color-primary-800: #0f002a; + --color-primary-900: #010003; + + --color-secondary-50: #bcffee; + --color-secondary-100: #2bedce; + --color-secondary-200: #2ac8ae; + --color-secondary-300: #28a58f; + --color-secondary-400: #068472; + --color-secondary-500: #0a6355; + --color-secondary-600: #09453a; + --color-secondary-700: #062822; + --color-secondary-800: #030e0b; + --color-secondary-900: #000101; +} \ No newline at end of file -- cgit v1.2.3