accent static method

Color accent(
  1. String seed
)

Implementation

static Color accent(String seed) => accents[seed.randomIn(accents.length)];