diff --git src/wp-content/themes/twentynineteen/style-editor.css src/wp-content/themes/twentynineteen/style-editor.css
index 5206b537e2..2c77b8673e 100644
--- src/wp-content/themes/twentynineteen/style-editor.css
+++ src/wp-content/themes/twentynineteen/style-editor.css
@@ -1085,6 +1085,11 @@ figcaption,
   color: inherit;
 }
 
+/* Add new CSS for blockquote */
+.wp-block-quote.has-text-color.has-background p {
+  color: inherit;
+}
+
 /** === Pullquote === */
 .wp-block-pullquote {
   border-color: transparent;
diff --git src/wp-content/themes/twentynineteen/style.css src/wp-content/themes/twentynineteen/style.css
index 2124cf584f..9e99315039 100644
--- src/wp-content/themes/twentynineteen/style.css
+++ src/wp-content/themes/twentynineteen/style.css
@@ -2608,6 +2608,12 @@ blockquote cite {
   color: #767676;
 }
 
+/* Quotes block CSS for text color */
+.entry .entry-content .wp-block-quote.has-text-color.has-background p {
+  color: inherit;
+}
+
+
 table {
   margin: 0 0 1rem;
   border-collapse: collapse;
