## tint()


Apply a tint to a color.


Usage


``` python
tint(color)
```


## Parameters


`color: str`  
A CSS color string.


## Returns


`str`  
Tinted color value.
