What are QuantConnect's default charting colors? They have nice readability, and I'd like to use them for my custom chart Series. Is there anyway I can locate them? I'm not sure what “Color.” values to use. (Python)

 



portfolio_value = Series("Porfolio Value", SeriesType.LINE, "$", color = Color.LightBlue)