If you want all <p> paragraphs to have pink text, what CSS property would you apply?
<p>
p { paragraph-color: pink; }
p { text-color: pink; }
p { font-color: pink; }
p { color: pink; }