you can do anything you like, look at what i provided you its very simple and you can easily extend bootstrap labels anyway you like.
if you want to use bootstrap prebuilt classes you need to create a plugin with a conditional, its MUCH easier to override the color/background with custom CSS.
<div class="alert alert-success prem{$premium_flag}">
then in your CSS you can simply override the background color
.alert-success .prem0 {background: #ff99900;}
If you want to change the text inside, use the language manager in the admin panel where all text is controlled.