Card that changes color based on temperature

I am trying to update my frontend to more clearly alert me if my theater room or garage temperatures go above 90 degrees. I’ve used the conditional card in the past when states change - but I’m struggling to get this to work with my temperature sensor. I think that my issue is that the conditional card is looking for a specific temperature (“75”), but won’t satisfy the condition if it’s 75.2 or 76.

I basically want the card to be visible with white text if the temp is below 90 degrees. If the temp is above 90 degrees, it should be red text.

In short,

You can use custom:button-card (HACS).

Define a color by card-mod dependently on some entity’s state.
Any card may be used - glance, entities, entity, button.
For details: card-mod thread - 1st post - link at the bottom - chose any card you wish to use