Skip to main content

deno_color_name

tag Build Status license

A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors.

Usage

import colors from "https://deno.land/x/color_name/mod.ts";

colors.red; //[255,0,0]

License

deno_color_name is released under the MIT License. See the bundled LICENSE file for details.