Alterar Cor dos Botões – Script Shopify

Site para escolher a cor: https://htmlcolorcodes.com/

Script

.button {
  background-color: #0e1b4d;
  color: white;

  --border-offset: 0;
}
Esse tutorial foi util?