lightCoral constant

AnsiColor const lightCoral

Implementation

static const AnsiColor lightCoral = AnsiColor._(
  value: 210,
  name: 'Light Coral',
  hex: '#ff8787',
  rgb: Rgb(255, 135, 135),
  hsl: Hsl(0, 100, 76),
);