summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/scss/atoms/colors/_colors.scss')
-rw-r--r--plugins/jetpack/scss/atoms/colors/_colors.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/jetpack/scss/atoms/colors/_colors.scss b/plugins/jetpack/scss/atoms/colors/_colors.scss
new file mode 100644
index 00000000..63b869f8
--- /dev/null
+++ b/plugins/jetpack/scss/atoms/colors/_colors.scss
@@ -0,0 +1,16 @@
+// ==========================================================================
+// Jetpack Colors
+// ==========================================================================
+
+$green: #81a844;
+$white: #fff;
+$red: #d94f4f;
+
+// Blues
+$lightblue: #2ea2cc;
+$wpcom: #0087be;
+$blue-dark: #005082;
+
+// Grays
+$clouds: #f9f9f9;
+$gray-med: #686f72;