We have a list of elements inside the class "elements" and we want to make modifications:
- We store the heat of the first element li inside the class elements in the variable first_color.
- We change the text color of the second element to yellow directly.
- We change the text color of the third element to the color stored by the variable first_color.