codice:
<html>
<head>
<style>
body {
  color: <?php echo $_GET['color']; ?>
}
</style>
</head>
<body>
</body>
</html>
...giusto per rendere l'idea...