desaturate($color,$amount):通过改变颜色的饱和度值,让颜色更少的饱和,从而创建出一个新的颜色;sass -i desaturate(#f36,50%) //把#f36颜色饱和度降低50% #cc667f 喜欢