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