hotPink4 constant

AnsiColor const hotPink4

Implementation

static const AnsiColor hotPink4 = AnsiColor._(
  value: 132,
  name: 'Hot Pink 4',
  hex: '#af5f87',
  rgb: Rgb(175, 95, 135),
  hsl: Hsl(330, 33, 52),
);