Index: src/wp-content/themes/twentyeleven/editor-blocks.css
===================================================================
--- src/wp-content/themes/twentyeleven/editor-blocks.css	(revision 48265)
+++ src/wp-content/themes/twentyeleven/editor-blocks.css	(working copy)
@@ -12,6 +12,7 @@
 4.0 Blocks - Formatting
 5.0 Blocks - Layout Elements
 6.0 Blocks - Widgets
+7.0 Blocks - Colors
 --------------------------------------------------------------*/
 
 /*--------------------------------------------------------------
@@ -471,3 +472,55 @@
 	margin-left: 0;
 	margin-right: 0;
 }
+
+/*--------------------------------------------------------------
+7.0 Blocks - Colors
+--------------------------------------------------------------*/
+
+.has-blue-color {
+	color: #1982d1;
+}
+
+.has-blue-background-color {
+	background-color: #1982d1;
+}
+
+.has-black-color {
+	color: #000;
+}
+
+.has-black-background-color {
+	background-color: #000;
+}
+
+.has-dark-gray-color {
+	color: #373737;
+}
+
+.has-dark-gray-background-color {
+	background-color: #373737;
+}
+
+.has-medium-gray-color {
+	color: #666;
+}
+
+.has-medium-gray-background-color {
+	background-color: #666;
+}
+
+.has-light-gray-color {
+	color: #e2e2e2;
+}
+
+.has-light-gray-background-color {
+	background-color: #e2e2e2;
+}
+
+.has-white-color {
+	color: #fff;
+}
+
+.has-white-background-color {
+	background-color: #fff;
+}
Index: src/wp-content/themes/twentyfifteen/css/editor-blocks.css
===================================================================
--- src/wp-content/themes/twentyfifteen/css/editor-blocks.css	(revision 48265)
+++ src/wp-content/themes/twentyfifteen/css/editor-blocks.css	(working copy)
@@ -12,6 +12,7 @@
 4.0 Blocks - Formatting
 5.0 Blocks - Layout Elements
 6.0 Blocks - Widgets
+7.0 Blocks - Colors
 --------------------------------------------------------------*/
 
 /*--------------------------------------------------------------
@@ -868,3 +869,103 @@
 .edit-post-visual-editor .wp-block-latest-posts.is-grid li {
 	margin-bottom: 16px;
 }
+
+/*--------------------------------------------------------------
+7.0 Blocks - Colors
+--------------------------------------------------------------*/
+
+.has-dark-gray-color {
+	color: #111;
+}
+
+.has-dark-gray-background-color {
+	background-color: #111;
+}
+
+.has-light-gray-color {
+	color: #f1f1f1;
+}
+
+.has-light-gray-background-color {
+	background-color: #f1f1f1;
+}
+
+.has-white-color {
+	color: #fff;
+}
+
+.has-white-background-color {
+	background-color: #fff;
+}
+
+.has-yellow-color {
+	color: #f4ca16;
+}
+
+.has-yellow-background-color {
+	background-color: #f4ca16;
+}
+
+.has-dark-brown-color {
+	color: #352712;
+}
+
+.has-dark-brown-background-color {
+	background-color: #352712;
+}
+
+.has-medium-pink-color {
+	color: #e53b51;
+}
+
+.has-medium-pink-background-color {
+	background-color: #e53b51;
+}
+
+.has-light-pink-color {
+	color: #ffe5d1;
+}
+
+.has-light-pink-background-color {
+	background-color: #ffe5d1;
+}
+
+.has-dark-purple-color {
+	color: #2e2256;
+}
+
+.has-dark-purple-background-color {
+	background-color: #2e2256;
+}
+
+.has-purple-color {
+	color: #674970;
+}
+
+.has-purple-background-color {
+	background-color: #674970;
+}
+
+.has-blue-gray-color {
+	color: #22313f;
+}
+
+.has-blue-gray-background-color {
+	background-color: #22313f;
+}
+
+.has-bright-blue-color {
+	color: #55c3dc;
+}
+
+.has-bright-blue-background-color {
+	background-color: #55c3dc;
+}
+
+.has-light-blue-color {
+	color: #e9f2f9;
+}
+
+.has-light-blue-background-color {
+	background-color: #e9f2f9;
+}
Index: src/wp-content/themes/twentyfourteen/css/editor-blocks.css
===================================================================
--- src/wp-content/themes/twentyfourteen/css/editor-blocks.css	(revision 48265)
+++ src/wp-content/themes/twentyfourteen/css/editor-blocks.css	(working copy)
@@ -12,6 +12,7 @@
 4.0 Blocks - Formatting
 5.0 Blocks - Layout Elements
 6.0 Blocks - Widgets
+7.0 Blocks - Colors
 --------------------------------------------------------------*/
 
 /*--------------------------------------------------------------
@@ -482,3 +483,55 @@
 	margin-left: 0;
 	margin-right: 0;
 }
+
+/*--------------------------------------------------------------
+7.0 Blocks - Colors
+--------------------------------------------------------------*/
+
+.has-green-color {
+	color: #24890d;
+}
+
+.has-green-background-color {
+	background-color: #24890d;
+}
+
+.has-black-color {
+	color: #000;
+}
+
+.has-black-background-color {
+	background-color: #000;
+}
+
+.has-dark-gray-color {
+	color: #2b2b2b;
+}
+
+.has-dark-gray-background-color {
+	background-color: #2b2b2b;
+}
+
+.has-medium-gray-color {
+	color: #767676;
+}
+
+.has-medium-gray-background-color {
+	background-color: #767676;
+}
+
+.has-light-gray-color {
+	color: #f5f5f5;
+}
+
+.has-light-gray-background-color {
+	background-color: #f5f5f5;
+}
+
+.has-white-color {
+	color: #fff;
+}
+
+.has-white-background-color {
+	background-color: #fff;
+}
Index: src/wp-content/themes/twentysixteen/css/editor-blocks.css
===================================================================
--- src/wp-content/themes/twentysixteen/css/editor-blocks.css	(revision 48265)
+++ src/wp-content/themes/twentysixteen/css/editor-blocks.css	(working copy)
@@ -12,6 +12,7 @@
 4.0 Blocks - Formatting
 5.0 Blocks - Layout Elements
 6.0 Blocks - Widgets
+7.0 Blocks - Colors
 --------------------------------------------------------------*/
 
 /*--------------------------------------------------------------
@@ -614,3 +615,103 @@
 .edit-post-visual-editor .wp-block-latest-posts.is-grid li {
 	margin-bottom: 16px;
 }
+
+/*--------------------------------------------------------------
+7.0 Blocks - Colors
+--------------------------------------------------------------*/
+
+.has-dark-gray-color {
+	color: #1a1a1a;
+}
+
+.has-dark-gray-background-color {
+	background-color: #1a1a1a;
+}
+
+.has-medium-gray-color {
+	color: #686868;
+}
+
+.has-medium-gray-background-color {
+	background-color: #686868;
+}
+
+.has-light-gray-color {
+	color: #e5e5e5;
+}
+
+.has-light-gray-background-color {
+	background-color: #e5e5e5;
+}
+
+.has-white-color {
+	color: #fff;
+}
+
+.has-white-background-color {
+	background-color: #fff;
+}
+
+.has-blue-gray-color {
+	color: #4d545c;
+}
+
+.has-blue-gray-background-color {
+	background-color: #4d545c;
+}
+
+.has-bright-blue-color {
+	color: #007acc;
+}
+
+.has-bright-blue-background-color {
+	background-color: #007acc;
+}
+
+.has-light-blue-color {
+	color: #9adffd;
+}
+
+.has-light-blue-background-color {
+	background-color: #9adffd;
+}
+
+.has-dark-brown-color {
+	color: #402b30;
+}
+
+.has-dark-brown-background-color {
+	background-color: #402b30;
+}
+
+.has-medium-brown-color {
+	color: #774e24;
+}
+
+.has-medium-brown-background-color {
+	background-color: #774e24;
+}
+
+.has-dark-red-color {
+	color: #640c1f;
+}
+
+.has-dark-red-background-color {
+	background-color: #640c1f;
+}
+
+.has-bright-red-color {
+	color: #ff675f;
+}
+
+.has-bright-red-background-color {
+	background-color: #ff675f;
+}
+
+.has-yellow-color {
+	color: #ffef8e;
+}
+
+.has-yellow-background-color {
+	background-color: #ffef8e;
+}
Index: src/wp-content/themes/twentyten/editor-blocks.css
===================================================================
--- src/wp-content/themes/twentyten/editor-blocks.css	(revision 48265)
+++ src/wp-content/themes/twentyten/editor-blocks.css	(working copy)
@@ -11,6 +11,7 @@
 3.0 Blocks - Common Blocks
 4.0 Blocks - Formatting
 5.0 Blocks - Widgets
+6.0 Blocks - Colors
 --------------------------------------------------------------*/
 
 /*--------------------------------------------------------------
@@ -306,3 +307,57 @@
 .edit-post-visual-editor .wp-block-latest-posts.is-grid li {
 	margin-bottom: 1em;
 }
+
+/*--------------------------------------------------------------
+6.0 Blocks - Colors
+--------------------------------------------------------------*/
+
+.editor-styles-wrapper .has-blue-color,
+.editor-styles-wrapper .has-blue-color:visited {
+	color: #0066cc;
+}
+
+.editor-styles-wrapper .has-blue-background-color,
+.editor-styles-wrapper .has-blue-background-color:visited {
+	background-color: #0066cc;
+}
+
+.editor-styles-wrapper .has-black-color,
+.editor-styles-wrapper .has-black-color:visited {
+	color: #000;
+}
+
+.editor-styles-wrapper .has-black-background-color,
+.editor-styles-wrapper .has-black-background-color:visited {
+	background-color: #000;
+}
+
+.editor-styles-wrapper .has-medium-gray-color,
+.editor-styles-wrapper .has-medium-gray-color:visited {
+	color: #666;
+}
+
+.editor-styles-wrapper .has-medium-gray-background-color,
+.editor-styles-wrapper .has-medium-gray-background-color:visited {
+	background-color: #666;
+}
+
+.editor-styles-wrapper .has-light-gray-color,
+.editor-styles-wrapper .has-light-gray-color:visited {
+	color: #f1f1f1;
+}
+
+.editor-styles-wrapper .has-light-gray-background-color,
+.editor-styles-wrapper .has-light-gray-background-color:visited {
+	background-color: #f1f1f1;
+}
+
+.editor-styles-wrapper .has-white-color,
+.editor-styles-wrapper .has-white-color:visited {
+	color: #fff;
+}
+
+.editor-styles-wrapper .has-white-background-color,
+.editor-styles-wrapper .has-white-background-color:visited {
+	background-color: #fff;
+}
Index: src/wp-content/themes/twentythirteen/css/editor-blocks.css
===================================================================
--- src/wp-content/themes/twentythirteen/css/editor-blocks.css	(revision 48265)
+++ src/wp-content/themes/twentythirteen/css/editor-blocks.css	(working copy)
@@ -12,6 +12,7 @@
 4.0 Blocks - Formatting
 5.0 Blocks - Layout Elements
 6.0 Blocks - Widgets
+7.0 Blocks - Colors
 --------------------------------------------------------------*/
 
 /*--------------------------------------------------------------
@@ -436,3 +437,95 @@
 .edit-post-visual-editor .wp-block-latest-posts.is-grid li {
 	margin-bottom: 1em;
 }
+
+/*--------------------------------------------------------------
+7.0 Blocks - Colors
+--------------------------------------------------------------*/
+
+.has-dark-gray-color {
+	color: #141412;
+}
+
+.has-dark-gray-background-color {
+	background-color: #141412;
+}
+
+.has-red-color {
+	color: #bc360a;
+}
+
+.has-red-background-color {
+	background-color: #bc360a;
+}
+
+.has-medium-orange-color {
+	color: #db572f;
+}
+
+.has-medium-orange-background-color {
+	background-color: #db572f;
+}
+
+.has-light-orange-color {
+	color: #ea9629;
+}
+
+.has-light-orange-background-color {
+	background-color: #ea9629;
+}
+
+.has-yellow-color {
+	color: #fbca3c;
+}
+
+.has-yellow-background-color {
+	background-color: #fbca3c;
+}
+
+.has-white-color {
+	color: #fff;
+}
+
+.has-white-background-color {
+	background-color: #fff;
+}
+
+.has-dark-brown-color {
+	color: #220e10;
+}
+
+.has-dark-brown-background-color {
+	background-color: #220e10;
+}
+
+.has-medium-brown-color {
+	color: #722d19;
+}
+
+.has-medium-brown-background-color {
+	background-color: #722d19;
+}
+
+.has-light-brown-color {
+	color: #eadaa6;
+}
+
+.has-light-brown-background-color {
+	background-color: #eadaa6;
+}
+
+.has-beige-color {
+	color: #e8e5ce;
+}
+
+.has-beige-background-color {
+	background-color: #e8e5ce;
+}
+
+.has-off-white-color {
+	color: #f7f5e7;
+}
+
+.has-off-white-background-color {
+	background-color: #f7f5e7;
+}
Index: src/wp-content/themes/twentytwelve/css/editor-blocks.css
===================================================================
--- src/wp-content/themes/twentytwelve/css/editor-blocks.css	(revision 48265)
+++ src/wp-content/themes/twentytwelve/css/editor-blocks.css	(working copy)
@@ -12,6 +12,7 @@
 4.0 Blocks - Formatting
 5.0 Blocks - Layout Elements
 6.0 Blocks - Widgets
+7.0 Blocks - Colors
 --------------------------------------------------------------*/
 
 /*--------------------------------------------------------------
@@ -455,3 +456,57 @@
 	padding-left: 0;
 	padding-right: 0;
 }
+
+/*--------------------------------------------------------------
+7.0 Blocks - Colors
+--------------------------------------------------------------*/
+
+.has-blue-color,
+.has-blue-color:visited {
+	color: #21759b;
+}
+
+.has-blue-background-color,
+.has-blue-background-color:visited {
+	background-color: #21759b;
+}
+
+.has-dark-gray-color,
+.has-dark-gray-color:visited {
+	color: #373737;
+}
+
+.has-dark-gray-background-color,
+.has-dark-gray-background-color:visited {
+	background-color: #373737;
+}
+
+.has-medium-gray-color,
+.has-medium-gray-color:visited {
+	color: #9f9f9f;
+}
+
+.has-medium-gray-background-color,
+.has-medium-gray-background-color:visited {
+	background-color: #9f9f9f;
+}
+
+.has-light-gray-color,
+.has-light-gray-color:visited {
+	color: #e6e6e6;
+}
+
+.has-light-gray-background-color,
+.has-light-gray-background-color:visited {
+	background-color: #e6e6e6;
+}
+
+.has-white-color,
+.has-white-color:visited {
+	color: #fff;
+}
+
+.has-white-background-color,
+.has-white-background-color:visited {
+	background-color: #fff;
+}
