easycolors
Version:
Package that stores colors of the web and many popular css frameworks
18 lines (17 loc) • 663 B
JavaScript
;
/*
* Web Red 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.lightSalmon = exports.darkSalmon = exports.salmon = exports.lightCoral = exports.indianRed = exports.crimson = exports.firebrick = exports.red = exports.darkRed = void 0;
exports.darkRed = '#8b0000';
exports.red = '#ff0000';
exports.firebrick = '#b22222';
exports.crimson = '#dc143c';
exports.indianRed = '#cd5c5c';
exports.lightCoral = '#f08080';
exports.salmon = '#fa8072';
exports.darkSalmon = '#e9967a';
exports.lightSalmon = '#ffa07a';