Badge Generator

Create badge components with size, color, and shape variants

Colors

Style

Custom Sizing

12px
6px
14px
500

Options

Presets

Live Preview

Badge

Generated CSS

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3b82f6;
  
  color: #ffffff;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  white-space: nowrap;
}