Dark Gold
Dark UI · .btn-dark-gold
Text
Class name
Color hue
Radius · 10px
Size
.btn-dark-gold {
display: inline-block;
padding: 12px 26px;
border: 1px solid #78350f;
border-radius: 10px;
background: #1c1917;
color: #fbbf24;
font-family: inherit;
font-size: 15px;
font-weight: 600;
letter-spacing: 0.02em;
cursor: pointer;
transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.btn-dark-gold:hover {
border-color: #b45309;
box-shadow: 0 0 18px rgba(251, 191, 36, 0.25);
}
.btn-dark-gold:active {
background: #292524;
}