It is possible to use colors wen logging to the browser developer console
(At least on Chrome)
As seen for example on LottieLayer: https://github.com/72/lottie-framer/blob/master/LottieLayer.coffee#L12
console.log "%c#{name} Successfully Included Locally", "background: #DDFFE3; color: #007814"