plum2 constant

AnsiColor const plum2

Implementation

static const AnsiColor plum2 = AnsiColor._(
  value: 183,
  name: 'Plum 2',
  hex: '#d7afff',
  rgb: Rgb(215, 175, 255),
  hsl: Hsl(270, 100, 84),
);