That’s a little more tricky and you will need to target that excerpt text only. I tried this by adding a class to the style.css but it’s being overridden by another colour. The only way (which really isn’t recommended) is to do an inline style for the this container in the content.php file:
<div class="entry-content" style="color:#4a93d7;">
You would just change the colour above to your own.
Please note that any core file changes to a theme is best to use a child theme so hopefully you are using one. This way any theme updates won’t overwrite your modifications.
I’ll just leave it the color it is.
Blessings.