https://github.com/justjavac/deno_color_name
A list of color names and its values
https://github.com/justjavac/deno_color_name
color colors deno deno-color deno-mod deno-module deno-modules denomod named-colors
Last synced: about 1 year ago
JSON representation
A list of color names and its values
- Host: GitHub
- URL: https://github.com/justjavac/deno_color_name
- Owner: justjavac
- License: mit
- Created: 2020-08-06T02:06:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T16:03:11.000Z (almost 6 years ago)
- Last Synced: 2025-03-10T10:53:49.136Z (over 1 year ago)
- Topics: color, colors, deno, deno-color, deno-mod, deno-module, deno-modules, denomod, named-colors
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# deno_color_name
[](https://github.com/justjavac/deno_color_name/releases)
[](https://github.com/justjavac/deno_color_name/actions)
[](https://github.com/justjavac/deno_color_name/blob/master/LICENSE)
[](https://github.com/denoland/deno)
A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors.
## Usage
```ts
import colors from "https://deno.land/x/color_name/mod.ts";
colors.red; //[255,0,0]
```
### License
[deno_color_name](https://github.com/justjavac/deno_color_name) is released under the MIT License. See the bundled [LICENSE](./LICENSE) file for details.