easycolors
Version:
Package that stores colors of the web and many popular css frameworks
21 lines (20 loc) • 844 B
JavaScript
;
/*
* Web Cyan 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.lightCyan = exports.paleTurquoise = exports.aquamarine = exports.cyan = exports.aqua = exports.turquoise = exports.mediumTurquoise = exports.darkTurquoise = exports.cadetBlue = exports.lightSeaGreen = exports.darkCyan = exports.teal = void 0;
exports.teal = '#008080';
exports.darkCyan = '#008b8b';
exports.lightSeaGreen = '#20b2aa';
exports.cadetBlue = '#5f9ea0';
exports.darkTurquoise = '#00ced1';
exports.mediumTurquoise = '#48d1cc';
exports.turquoise = '#40e0d0';
exports.aqua = '#00ffff';
exports.cyan = '#00ffff';
exports.aquamarine = '#7fffd4';
exports.paleTurquoise = '#afeeee';
exports.lightCyan = '#e0ffff';