static Iterable<Color> createColors(List<dynamic> values) => values.map((color) => "$color".asColor);