Yellow

Set the foreground color to red, used for warnings and other things that should draw attention but do not pose an immediate issue

package immutable
auto Yellow = "\u001b[33m";

Meta