Index: src/wp-content/themes/twentynineteen/style-editor.css
===================================================================
--- src/wp-content/themes/twentynineteen/style-editor.css	(revision 51945)
+++ src/wp-content/themes/twentynineteen/style-editor.css	(working copy)
@@ -1577,3 +1577,13 @@
   padding-right: 0;
   width: 100%;
 }
+
+.has-inline-color.has-primary-color{
+  color: #0073aa;
+}	
+.has-inline-color.has-secondary-color{
+ color: #005177;
+}	
+.has-inline-color.has-dark-gray-color{
+color: #111;
+}
\ No newline at end of file
