## Color


Available colors for styling.


Usage


``` python
Color
```


Each color maps to a CSS-compatible color name.


## Attributes

| Name | Description |
|----|----|
| [BLUE](#BLUE) | A cool primary color. |
| [GREEN](#GREEN) | A cool secondary color. |
| [RED](#RED) | A warm primary color. |
| [YELLOW](#YELLOW) | A warm secondary color. |

------------------------------------------------------------------------


#### BLUE


A cool primary color.


`BLUE=``"blue"`


------------------------------------------------------------------------


#### GREEN


A cool secondary color.


`GREEN=``"green"`


------------------------------------------------------------------------


#### RED


A warm primary color.


`RED=``"red"`


------------------------------------------------------------------------


#### YELLOW


A warm secondary color.


`YELLOW=``"yellow"`
