The idea
hsl() describes a colour by hue (an angle 0–360 on the colour wheel), saturation (0–100%) and lightness (0–100%). hsl(9, 100%, 64%) is the same tomato as #ff6347. Add an alpha for hsla(). Set the box's background with hsl().
This level needs background-color.