coral property

String get coral

set foreground color to X11/CSS color coral coral (0xFF7F50)/rgb(255, 127, 80)

Implementation

String get coral => (_cache[32] ??= _chalk.coral)(this);