In Highcharts, there is an array containing the default colors for the chart's series. When all colors are used, new colors are pulled from the start again.
Defaults colors for version 4.x and 5.x are:
colors: [
'#7cb5ec',
'#434348',
'#90ed7d',
'#f7a35c',
'#8085e9',
...