Charcoal, (削除) 69 (削除ここまで) (削除) 68 (削除ここまで) (削除) 63 (削除ここまで) 56 bytes
F⪪"E$↥l∧_∧K0RY⸿h⊕ψVG⌕gbW⟧=′′5/2H✳<◨A3?ω↗⊘′′′⭆1"2ΦθNoκ⎇Σιlilι
Try it online! Link is to verbose version of code. Explanation:
F⪪"E$↥l∧_∧K0RY⸿h⊕ψVG⌕gbW⟧=′′5/2H✳<◨A3?ω↗⊘′′′⭆1"2
Take the compressed string edyeeebrscckhrpeubivvifa99gohomaamrisiosazemuseypuwhpiorlu and loop over each substring of length 2.
ΦθNoκ⎇Σιlilι
For each substring print those input strings that contain that substring, unless the substring is 99, in which case look for lil instead. (lilac is the only colour that does not have a unique two-letter substring; olive includes li; silver includes il and black includes lac. fawn and azure can be detected using just a single letter, but that doesn't help here.)
- 184.4k
- 12
- 76
- 290