How many colors does this linear-gradient() have?

ThreeTwo<html> <head> <style> h1 { background: linear-gradient(wheat, azure, tan); padding: 50px; } body { text-align: center; } </style> </head> <body> <h1>Fad Magazine</h1> </body> </html>]]>

Make sure to pick Three.