$btn-bkg: purple; .btn { display: inline-block; padding: 18px; background: $btn-bkg; color: white; &:hover { background: darken($btn-bkg, 10%) } }