My current issue is that I am trying to grey out a button with emojis in it.
Nevertheless it seems that, due the nature of emojis, it is not possible to change the color using HTML / CSS properties.
I.e.:
<button disabled> _myText </button>
<p style="color:grey">
_myText2
</p>