Changing the colour of just the add to cart buttons on Shopify

Edit your theme.

Add the code inside the <head> tags:

<style>.add-to-cart{background-color:green!important}</style>