While working on creating a typewriter animation effect for my website using only CSS that I discovered through some online research, a question popped into my mind - is it possible to set different colors for each text in the animation?
I have included the code on Codepen for reference.
https://codepen.io/matadantelinga/pen/ExQeqjj
I am particularly curious if it's feasible for each ::after element containing text to have its own unique color.
Additionally, I have used Angular Ionic for developing this project. Any advice or suggestions would be greatly appreciated. Thank you!