Change the **color** of the contained text to one of the seven presets. The color is chosen through the `value` prop. The options are: - `red` - `orange` - `yellow` - `lime` - `cyan` - `blue` - `magenta` ```jsx import Bluelib from "../Bluelib";
Red
Orange
Yellow
Lime
Cyan
Blue
Magenta
```