UNPKG

easycolors

Version:

Package that stores colors of the web and many popular css frameworks

19 lines (18 loc) 723 B
"use strict"; /* * Web Black Colors * Created by: web.creator.js (written by jebbarbas) * Last Update: Mon, 18 Jul 2022 00:27:00 GMT */ Object.defineProperty(exports, "__esModule", { value: true }); exports.gainsboro = exports.lightGray = exports.silver = exports.darkGray = exports.lightSlateGray = exports.gray = exports.slateGray = exports.dimGray = exports.darkSlateGray = exports.black = void 0; exports.black = '#000000'; exports.darkSlateGray = '#2f4f4f'; exports.dimGray = '#696969'; exports.slateGray = '#708090'; exports.gray = '#808080'; exports.lightSlateGray = '#778899'; exports.darkGray = '#a9a9a9'; exports.silver = '#c0c0c0'; exports.lightGray = '#d3d3d3'; exports.gainsboro = '#dcdcdc';