diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 20:26:04 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 20:26:04 +0100 |
| commit | 005e9af621282f086419051c780efa3e9c5bf001 (patch) | |
| tree | 008023a43ac8f31082a9b2757cf3c70958fb93ba /public/css/palette-hex.css | |
| parent | 490447fc142ea0fdb0389a3964ce75a3f72b6ed3 (diff) | |
Pulls out colour palette
Diffstat (limited to 'public/css/palette-hex.css')
| -rw-r--r-- | public/css/palette-hex.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/public/css/palette-hex.css b/public/css/palette-hex.css new file mode 100644 index 0000000..13a9d7c --- /dev/null +++ b/public/css/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 |
