google script get font color

Code Example - google script get font color

                
                        var color = myRange.getFontColor();

console.log(color) // The color is a CSS color string such as "#1ff3c6" or "white"