How to check if filed is highlighted

I need to verify required fields on many different forms and I would like to try to save each form without any data. Application in that case automatically highlighted all requires fields in red and show general message about missing required data. How to check in Katalon that field is highlighted?

You can use CSS to get the highlighted color

Which method should I use? Get CSS Value and then verify it or there is better solution?