How to change the Foreground Color of Text in PHP Console?
php foreground color
echo '<span style="color:#AFA;text-align:center;">Request has been sent. Please wait for my reply!</span>';
php text colors
echo "<p> <font color=blue>One line simple string in
blue color</font> </p>";