yellow6 constant

AnsiColor const yellow6

Implementation

static const AnsiColor yellow6 = AnsiColor._(
  value: 100,
  name: 'Yellow 6',
  hex: '#878700',
  rgb: Rgb(135, 135, 0),
  hsl: Hsl(60, 100, 26),
);