<html>
<head>
<style>
body { background-color: aliceBlue; font-family: cursive; }
h2 { background-color: deepSkyBlue; }
</style>
</head>
<body>
<h1>Warhol Pallet Example</h1>
<h2>Deep Sky Blue</h2>
<h3>Light Sky Blue</h3>
<h4>Light Blue</h4>
<img src="https://mimo.app/r/mimowarhol.png">
</body>
</html>]]>Make sure to pick h2
followed by {
and then background-color: deepSkyBlue;
, }
.