# Assignment

Create a [Sass](https://sass-lang.com/) stylesheet to display the [color-transition.html](color-transition.html) document as shown here:

![](color-transition.png)

The color transition must start from pink; however, the initial color must be specified as a parameter in the stylesheet to allow for change. The layout must fill the entire browser window.

You must use the [`color.adjust()`](https://sass-lang.com/documentation/modules/color#adjust) function of the [`sass:color`](https://sass-lang.com/documentation/modules/color) module with the `$hue` argument.
