<a class="post-category-color-text" style="background:#36c942" href="#">
<?php $category = get_the_category(); echo $category[0]->cat_name; ?></a>
<?php $category = get_the_category(); ?>
<a class="post-category-color-text <?php echo $category[0]->slug; ?>" style="background:#36c942" href="#">
<?php echo $category[0]->cat_name; ?>
</a>
/* Пример */
/* Для slug = animals */
.animals{
background: #eee;
}
/* Для slug = birds */
.birds{
background: #ccc;
}