Give the font a more familiar touch by setting the font-family to cursive.

<html>
<head>
<style>
body { background-color: aliceBlue; font-family: cursive; }
</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 font followed by - and then family, :, cursive, ;.