The first row uses the Sass-function tint() to modify the base-color. It changes in steps of 10%.
tint()
The second row uses the Sass-function shade() to modify the base-color in steps of 10%.
shade()