All stylesButtonCraft

Charcoal

Solid · .btn-charcoal

Free · MIT · No attribution
Text
Class name
Color hue
Radius · 10px
Size
.btn-charcoal {
  display: inline-block;
  padding: 12px 26px;
  border: 1px solid #3f3f46;
  border-radius: 10px;
  background: #27272a;
  color: #e4e4e7;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.btn-charcoal:hover {
  background: #3f3f46;
  border-color: #52525b;
}
.btn-charcoal:active {
  background: #18181b;
}

More Solid styles

Button

Classic Blue

Button

Midnight

Button

Crimson

Button

Forest

Button

Royal Purple

Button

Amber Punch