<!DOCTYPE html>
<title>Example</title>
<style>
p {
color: olive;
}
</style>
<p>This CSS text color is olive</p>