Hi,
You can change the colors in the HTML of the code, for example you can change the background color with a code like this:
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: "red"
}
</style>
</head>
<body>
</body>
</html>
Good luck ![]()