GitHub - yuluyan/PrettyRandomColor: Generate pretty colors in Mathematica. (original) (raw)

Based on PrettyRandomColor, PrettyColorize is a useful tool for customizing the color of your figures in Mathematica.

Graphics[
  Riffle[
    PrettyRandomColor[ColorCount -> 200], 
    Disk[#, 1/40] & /@ RandomReal[{.1, .9}, {200, 2}]
  ],
  PlotRange -> {0, 1},
  ImageSize -> 600
]