If you add the key prop to the component and pass it the color prop it should re-trigger the animation. But all you get is a fade-in and not a fade-out. For that, I think you need two separate animations that likely need to be triggered using props.
Using something like Framer Motion might be an easier way of using animations.