How to change CSS for row background gradient based on custom post category

I’m using Pods and created a custom post type and custom taxonomy. I’m using Beaver Themer to control the singular style/layout of posts for that custom post type.

I’d like to change the color of a row background linear gradient based on a a custom taxonomy called “Document Type” (document-type).

I set a color picker field for the document type taxonomy.

Example if category is business, I can set category color field to blue RGB as first color of background gradient.

I’m not an expert at Pods and how it works with themer so just wondering if anyone knows. Maybe I can use a pod field to crate a css class name and put that in the advanced section of the row? Probably a lot of ways to do this.