All stylesButtonCraft

Dark Elevated

Dark UI · .btn-dark-elevated

Free · MIT · No attribution
Text
Class name
Color hue
Radius · 10px
Size
.btn-dark-elevated {
  display: inline-block;
  padding: 12px 26px;
  border: 1px solid #2c3546;
  border-radius: 10px;
  background: #1d2330;
  color: #e2e8f0;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.btn-dark-elevated:hover {
  background: #242b3a;
  border-color: #3a445a;
  transform: translateY(-1px);
}
.btn-dark-elevated:active {
  transform: translateY(0);
  background: #1a1f2b;
}

More Dark UI styles

Button

Dark Primary Glow

Button

Dark Ghost Line

Button

Gradient Border

Button

Obsidian

Button

Dark Gold

Button

Carbon Weave