Creates a monochromatic color scheme
List<Color> get monochromaticScheme { return [lighten(0.4), lighten(0.2), this, darken(0.2), darken(0.4)]; }