@each $name, $color in $colors {
	.#{$name}-background {
		background: $color;
	}

	.#{$name} {
		color: $color;
	}
}
