UNPKG

easycolors

Version:

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

15 lines (14 loc) 530 B
"use strict"; /* * Web Pink 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.pink = exports.lightPink = exports.hotPink = exports.paleVioletRed = exports.deepPink = exports.mediumVioletRed = void 0; exports.mediumVioletRed = '#c71585'; exports.deepPink = '#ff1493'; exports.paleVioletRed = '#db7093'; exports.hotPink = '#ff69b4'; exports.lightPink = '#ffb6c1'; exports.pink = '#ffc0cb';