Alterar Cor Variantes – Script Shopify

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

Script

.product-form__input--pill input[type="radio"]:checked + label {
  background-color: #0e1b4d;
  color: white;
}
.product-form__input--pill input[type="radio"] + label {
  background-color: #355eff;
  color: white;
}
Esse tutorial foi util?