<div class="Colorize">
SomeBigWordThatIsFormedFromOtherWords
</div>
is it possible to make each word of a different color, like to transform it into something like this:
<span style="color:red">Some</span>
<span style="color:blue">Big</span> etc.