@import "base";

.background_gradient {
    @include background((
        image: linear-gradient(
            to bottom,
            hsl(330, 100%, 45.1%) 0%,
            hsl(330, 100%, 45.1%) 33.3%,
            hsl(270, 50%, 45.1%) 33.3%,
            hsl(270, 50%, 45.1%) 66.7%,
            hsl(210, 100%, 45.1%) 66.7%,
            hsl(210, 100%, 45.1%) 100%
        )
    ));
}
