Blend two colors together.
Usage
blend( color_a, color_b, )
color_a: str
First CSS color.
color_b: str
Second CSS color.
str
The blended result.