+ {#if results.length > 0}
+
+ {results.length} matches for
+ {matchedColor}
+
+ {:else if loading}
+
Loading...
+ {:else if errorText}
+
{errorText}
+ {:else if inputColor === ""}
+
Try picking a color! 👉
+ {:else}
+
+ No matches found for {inputColor}
+
+ {/if}
+
+
+