Badge Generator

Variant
Font Size12px
Padding X12px
Padding Y4px
Border Radius99px
New Feature

Preview on different backgrounds:

<span class="badge">New Feature</span>
.badge {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 99px;
  background-color: #3b82f6;
  color: #ffffff;
}