# Purple
echo -e "\e[35mThis is purple text\e[0m"
# Red
echo -e "\e[31mThis is red text\e[0m"
# Green
echo -e "\e[32mThis is green text\e[0m"
# Yellow
echo -e "\e[33mThis is yellow text\e[0m"
# Orange (not standard, use brown)
echo -e "\e[33;5;208mThis is orange text\e[0m"
# Blue
echo -e "\e[34mThis is blue text\e[0m"