<?php $color=array("#00C08B","#EA5080","#53BFE2","#F8C54D","#DF6DC2"); ?>
<?php $args = array(
'smallest' => 8,
'largest' => 22,
'unit' => 'pt',
'number' => 45,
'format' => 'flat',
'separator' => "</li><li style=" ."\"background:" . $color[rand(0,4)] . "\"". ">",
'orderby' => 'name',
'order' => 'ASC',
'exclude' => null,
'include' => null,
'topic_count_text_callback' => default_topic_count_text,
'link' => 'view',
'taxonomy' => 'post_tag',
'echo' => true,
'child_of' => null
); ?>
<ul><li>
<?php wp_tag_cloud( $args ); ?>
</li></ul>