## blend()


Blend two colors together.


Usage


``` python
blend(
    color_a,
    color_b,
)
```


## Parameters


`color_a: str`  
First CSS color.

`color_b: str`  
Second CSS color.


## Returns


`str`  
The blended result.
