In the latest Ionic 8, the following CSS can be used to change the background color of a disabled Fab button:
ion-fab-button.fab-button-disabled::part(native) { background: yellow; }