Answer
$$turtle.color("Color Name")$$
Work Step by Step
Following command is used to set color:
>>> turtle.color("Color Name")
Different colors can be used within the parameters; for example, if we want to use red, we will write
>>> turtle.color("red")