Script do Google Obtenha a cor da fonte
var color = myRange.getFontColor();
console.log(color) // The color is a CSS color string such as "#1ff3c6" or "white"
Kaldrin
var color = myRange.getFontColor();
console.log(color) // The color is a CSS color string such as "#1ff3c6" or "white"