=gradient-bg($color, $up:5, $down: $up)
background-color: $color
+linear-gradient(color-stops(lighten($color, $up), darken($color,$down)))