## warm()


Create a warm color value from a temperature.


Usage


``` python
warm(temperature)
```


## Parameters


`temperature: float`  
Color temperature in Kelvin (2000-4500).


## Returns


`str`  
A warm hex color.
