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

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

Awesome Lists containing this project

README

          

# deno_color_name

[![tag](https://img.shields.io/github/release/justjavac/deno_color_name)](https://github.com/justjavac/deno_color_name/releases)
[![Build Status](https://github.com/justjavac/deno_color_name/workflows/ci/badge.svg?branch=master)](https://github.com/justjavac/deno_color_name/actions)
[![license](https://img.shields.io/github/license/justjavac/deno_color_name)](https://github.com/justjavac/deno_color_name/blob/master/LICENSE)
[![](https://img.shields.io/badge/deno-v1.2-green.svg)](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.