Index: src/wp-content/themes/twentynineteen/inc/color-patterns.php
===================================================================
--- src/wp-content/themes/twentynineteen/inc/color-patterns.php	(revision 44187)
+++ src/wp-content/themes/twentynineteen/inc/color-patterns.php	(working copy)
@@ -14,7 +14,7 @@
 
 	$primary_color = 199;
 	if ( 'default' !== get_theme_mod( 'primary_color', 'default' ) ) {
-		$primary_color = absint( get_theme_mod( 'primary_color', 199 ) );
+		$primary_color = absint( get_theme_mod( 'primary_color_hue', 199 ) );
 	}
 
 	/**
