I have two different \href{}{} links and I want each to be a different color. In the example below they will both be blue, how can I make each link have a different color?
\documentclass{article}
\usepackage[colorlinks = true,
linkcolor = blue,
urlcolor = blue,
citecolor = blue,
anchorcolor = blue]{hyperref}
\begin{document}
Here is \href{http://www.google.com}{Google} and \href{http://www.yahoo.com}{Yahoo!}.
\end{document}
Thanks in advance for your help.


blueis coming out more like Cyan, and not as shown here; example. is there a way to fix this? – user5359531 Jan 17 '18 at 20:42\documentclassand the appropriate packages that reproduces the problem. If this question/answer is releavant you should reference it in the question. – Peter Grill Jan 18 '18 at 01:44filecolor = blueto the options; my 'test' URL was actually just the word 'foo' which it was interpreting as a file and not an actual URL. – user5359531 Jan 18 '18 at 18:29