If you want the shadow to be the same color as the text, which of the following options can you use?
text-shadow: 5px 5px 0 inherit;
text-shadow: 5px 5px 0 auto;
text-shadow: 5px 5px 0 same;
text-shadow: 5px 5px 0 currentColor;