Make ASCII color strings.
```rust use colci::Color;
Color::Cyan("All tests PASSED.").make(); Color::Yellow("Congratulations!").make(); ```