A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors.
import colors from "https://deno.land/x/color_name/mod.ts";
colors.red; //[255,0,0]
deno_color_name is released under the MIT License. See the bundled LICENSE file for details.