Colorizes String to yellow
Example:
val name: String = "SKN".yellow();
a yellow colored String
v1.0.0