In theme, we have 7  built-in property cards types for properties. On each card type are displayed over the image Property Category and Status.

Help article about theme default property cards

To manage the colors for the property type category, use this CSS:

.action_tag_wrapper.Rentals {
background-color: #0D84B2;
}
.action_tag_wrapper.Sales {
background-color: #E5274F;
}

Adapt “Sales” or Rentals” to your category name.
For double names use the css as below. Ex: “Private Sales”

.action_tag_wrapper.Private.Sales {
background: #ffa500;
}

To manage the colors for the property status, use this CSS:

.ribbon-inside.open-house {
    background-color: #0b3d50;
}

Adapt “open-house” to your status name.

Related Help

Help article for how to add custom CSS
Help for how to manage property status
Help article about property custom taxonomies