diff --git a/src/common/styles/colors.scss b/src/common/styles/colors.scss new file mode 100644 index 0000000..fdabe6e --- /dev/null +++ b/src/common/styles/colors.scss @@ -0,0 +1,7 @@ +:root { + --primary-color: #151515; + --heading-color: #484848; + --tertiary-color: #2cc38c; + --orange: #fab13e; + --pink: #ff7a5d; +} \ No newline at end of file diff --git a/src/common/styles/global.scss b/src/common/styles/global.scss new file mode 100644 index 0000000..e69de29