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.
- Host: GitHub
- URL: https://github.com/itsmaheshkariya/colors
- Owner: itsmaheshkariya
- Created: 2020-05-20T16:42:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T17:52:35.000Z (almost 5 years ago)
- Last Synced: 2025-01-06T01:09:15.436Z (4 months ago)
- Topics: colors, deno, material-design, material-design-colors
- Language: JavaScript
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

### 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






