How can I change the color of my variant picker in Be Yours theme?

Try to add in the Custom Css under the Customize Theme.

From you customise theme change product on this side.

Go to prodcut page > and click the product information at the left

Then there will be visible tab on the right.

Paste it here.

.product__info-wrapper .product-form__input input[type=radio]:checked + label:not(.color__swatch)::after {
  background-color:#eae0D3 !important;
}
.product__info-wrapper .product-form__input input[type=radio]:checked + label:not(.color__swatch) {
    color: black !important;
}

And Save.

Make sure you refresh the browser.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!