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

https://github.com/itsmaheshkariya/colors

Material Design Colors.
https://github.com/itsmaheshkariya/colors

colors deno material-design material-design-colors

Last synced: 2 months ago
JSON representation

Material Design Colors.

Awesome Lists containing this project

README

        

![demoofqcom](https://unpkg.com/@qcom.io/[email protected]/qcom.png)
### Material Design Colors.

## Rules
`Example`
```ts
color.name_of_color
```
```ts
import { serve } from "https://deno.land/std/http/server.ts";
import {body,h1} from "https://deno.land/x/ssr/index.ts";
import color from "https://deno.land/x/colors/index.ts";

const s = serve({ port: 8000 });
const template = body({style:{color:color.yellow}},
h1({style:{color:color.red}},'Hello World'))
for await (const req of s) { req.respond({ body : template })
}

```

### Colors
![color00](https://unpkg.com/@qcom.io/[email protected]/raw/color00.png)
![color0](https://unpkg.com/@qcom.io/[email protected]/raw/color0.png)
![color1](https://unpkg.com/@qcom.io/[email protected]/raw/color1.png)
![color2](https://unpkg.com/@qcom.io/[email protected]/raw/color2.png)
![color3](https://unpkg.com/@qcom.io/[email protected]/raw/color3.png)
![color4](https://unpkg.com/@qcom.io/[email protected]/raw/color4.png)
![color5](https://unpkg.com/@qcom.io/[email protected]/raw/color5.png)