<html>
<style>
div {padding:10px;}
</style>
<body>
<h1>Кольори можна встановити, використовуючи назви кольорів</h1>
<div style="background-color:red">
<h1 style="color:white">Заголовок</h1>
</div>
<div style="background-color:yellow">
<h1 style="color:blue">Заголовок</h1>
</div>
<div style="background-color:blue">
<h1 style="color:yellow">Заголовок</h1>
</div>
</body>
</html>