No, my addon does not! But that can easily make yourself
Go into the template "tag_cloud_headinclude" and change the CSS
Normal:
Code:
a.level1 (font-size: xx-small;)
a.level2 (font-size: small;)
a.level3 (font-size: medium;)
a.level4 (font-size: large;)
a.level5 (font-size: xx-large;)
Changed:
Code:
a.level1 (font-size: xx-small, color: green;)
a.level2 (font-size: small, color: blue;)
a.level3 (font-size: medium; color: red;)
a.level4 (font-size: large, color: black;)
a.level5 (font-size: xx-large, color: yellow;)