Use map-get(). For example, to set the text color in a css element to “primary”:
map-get()
color: map-get($colors, primary);