Best way to display a key-value list with material design?

For a "Material design" project, I need to display a key-value list with multiple items, something like that (example with an animal and 4 criteria):

  • Name: Cat
  • Category: Mammal
  • Color: Black
  • Size: Small

I would like to see a clear distinction between the key and the value.

But I can't find anything in the specification that offers an idea for the key-value lists: https://material.io/guidelines/components/lists.html

There are only lists that only display a sequence of values, or lists with a first black text followed by a second gray text (which specifies the previous text).

Do you have a good idea to post a clear and beautiful key-value list with Material Design please?

Thanks!