I have a custom taxonomy that needs a different colour applied to each term inside. I figured I could grab the slug of the taxonomy and put it in a class. Unfortunately I've been defeated with every try. I've tried a few things with get terms to no avail.
Sample of what I'd like
<div class="<?php echo $myCustomClass; ?>">the custom taxonomy</div>