UNPKG

easycolors

Version:

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

26 lines (25 loc) 1.06 kB
"use strict"; /* * Web White 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.white = exports.ivory = exports.snow = exports.mintCream = exports.azure = exports.floralWhite = exports.honeydew = exports.ghostWhite = exports.seashell = exports.aliceBlue = exports.oldLace = exports.lavenderBlush = exports.whiteSmoke = exports.beige = exports.linen = exports.antiqueWhite = exports.mistyRose = void 0; exports.mistyRose = '#ffe4e1'; exports.antiqueWhite = '#faebd7'; exports.linen = '#faf0e6'; exports.beige = '#f5f5dc'; exports.whiteSmoke = '#f5f5f5'; exports.lavenderBlush = '#fff0f5'; exports.oldLace = '#fdf5e6'; exports.aliceBlue = '#f0f8ff'; exports.seashell = '#fff5ee'; exports.ghostWhite = '#f8f8ff'; exports.honeydew = '#f0fff0'; exports.floralWhite = '#fffaf0'; exports.azure = '#f0ffff'; exports.mintCream = '#f5fffa'; exports.snow = '#fffafa'; exports.ivory = '#fffff0'; exports.white = '#ffffff';