lightYellow3 constant

AnsiColor const lightYellow3

Implementation

static const AnsiColor lightYellow3 = AnsiColor._(
  value: 187,
  name: 'Light Yellow 3',
  hex: '#d7d7af',
  rgb: Rgb(215, 215, 175),
  hsl: Hsl(60, 33, 76),
);