internal constant

Chrome const internal

Implementation

static const internal = Chrome(
  foreground: Color(0xFF6B6266),
  background: Color(0xffe1dacb),
  primary: Color(0xFF887384),
  secondary: Color(0xffec712d),
  ascent: Color(0xffe7cfae),
  success: Color(0xff499f51),
  error: Color(0xffda7673),
  warning: Color(0xffe5ad71),
  tint: Color(0x5af5ede2),
  shade: Color(0x5a75503d),
);