stone constant

TWColor const stone

Implementation

static const TWColor stone = TWColor(_stonePrimaryValue, {
  50: Color(0xfffafaf9),
  100: Color(0xfff5f5f4),
  200: Color(0xffe7e5e4),
  300: Color(0xffd6d3d1),
  400: Color(0xffa8a29e),
  500: Color(_stonePrimaryValue),
  600: Color(0xff57534e),
  700: Color(0xff44403c),
  800: Color(0xff292524),
  900: Color(0xff1c1917),
});