Put each word in a <span style="color: #RRGGBB"> tag.
<span style="color: red">The</span> <span style="color: #00ff00">quick</span> ...
You can also use <font color="">, but <font> is a deprecated element and is being phased out. It also makes things more difficult in the future -- with <span> elements, you can assign a CSS class and then change the colors in the style sheet. Swap style sheets, and your entire site will get a new look.