styles with scss
[tech-radar.git] / src / stylesheets / _colors.scss
diff --git a/src/stylesheets/_colors.scss b/src/stylesheets/_colors.scss
new file mode 100644 (file)
index 0000000..aa674d7
--- /dev/null
@@ -0,0 +1,15 @@
+$green: #83ad78;
+$blue: #3db5be;
+$orange: #e88744;
+$violet: #8d2145;
+
+$grey-darkest: #bababa;
+$grey-dark: #cacaca;
+$grey: #dadada;
+$grey-light: #eaeaea;
+$grey-lightest: #fafafa;
+
+$white: #fff;
+$black: #000;
+
+$grey-alpha-03: rgba(255, 255, 255, 0.3);