All stylesButtonCraft

Soft Round

Solid · .btn-soft-round

Free · MIT · No attribution
Text
Class name
Color hue
Radius · 16px
Size
.btn-soft-round {
  display: inline-block;
  padding: 12px 26px;
  border: none;
  border-radius: 16px;
  background: #f1f5f9;
  color: #0f172a;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}
.btn-soft-round:hover {
  background: #e2e8f0;
}
.btn-soft-round:active {
  background: #cbd5e1;
}

More Solid styles

Button

Classic Blue

Button

Midnight

Button

Crimson

Button

Forest

Button

Royal Purple

Button

Amber Punch