vibrantMagenta top-level constant

LdColor const vibrantMagenta

Implementation

const vibrantMagenta = LdColor([
  Color.fromRGBO(255, 245, 250, 1),
  Color.fromRGBO(255, 236, 241, 1),
  Color.fromRGBO(255, 216, 229, 1),
  Color.fromRGBO(255, 176, 206, 1),
  Color.fromRGBO(255, 141, 200, 1),
  Color.fromRGBO(230, 97, 166, 1),
  Color.fromRGBO(235, 60, 150, 1),
  Color.fromRGBO(190, 34, 123, 1),
  Color.fromRGBO(150, 16, 91, 1),
  Color.fromRGBO(108, 9, 63, 1),
  Color.fromRGBO(62, 0, 32, 1),
], 5, 6);