how to define colors at one place in sass code example Example: how to make a scss variable $variableName = item $gray = #404040 body{ background:$gray; }