An open API service indexing awesome lists of open source software.

https://github.com/mathsgod/html-color-php


https://github.com/mathsgod/html-color-php

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# html-color-php

## Usage
```php
use HTML\Color;

echo Color::GetHex("LightGreen");// #90EE90

```