To sort the list of colors, I converted the HEX values into HSV, grouped colors into 2% segments and sorted each segment from brightest to darkest, which help make the color pallette a bit less jarring. The script I used to generate the output can be found in this projects git repo.