Add any of the below mentioned modifier classes to change the appearance of a label.
{% example html %}
<spanclass="label label-default">Default</span>
<spanclass="label label-primary">Primary</span>
<spanclass="label label-success">Success</span>
<spanclass="label label-info">Info</span>
<spanclass="label label-warning">Warning</span>
<spanclass="label label-danger">Danger</span>
{% endexample %}
## Pill labels
Use the `.label-pill` modifier class to make labels more rounded (with a larger `border-radius` and additional horizontal `padding`). Useful if you miss the badges from v3.