orchid1 constant

AnsiColor const orchid1

Implementation

static const AnsiColor orchid1 = AnsiColor._(
  value: 213,
  name: 'Orchid 1',
  hex: '#ff87ff',
  rgb: Rgb(255, 135, 255),
  hsl: Hsl(300, 100, 76),
);