//Custom Mixins //Blue gradient background mixin @mixin blue-gradient { background: linear-gradient(270deg, $blue 0%, $blue-800 100%); }