(--------)
You have two options:
Use a global setting: @startuml skinparam classAttributeFontColor red class Foo { Dummy Other } @enduml Or change it individually @startuml class Foo { <color:#red>Dummy Other } @enduml