## cool()


Create a cool color value from a temperature.


Usage


``` python
cool(temperature)
```


## Parameters


`temperature: float`  
Color temperature in Kelvin (5500-10000).


## Returns


`str`  
A cool hex color.
