Hello M.,
- What is your goal?
FontColor or BackgrounColor?
Here is a proposal for Fontcolor, as:
@startuml
card C1 [
<color:#orange>Title
---
<color:#white>content1
<color:#2>content2
]
@enduml

See also doc. about `creole`, on PlantUML doc. pages.
Regards.