UNPKG

easycolors

Version:

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

24 lines (22 loc) 700 B
/* * Web White Colors * Created by: web.creator.js (written by jebbarbas) * Last Update: Mon, 18 Jul 2022 00:27:00 GMT */ export const mistyRose = '#ffe4e1' export const antiqueWhite = '#faebd7' export const linen = '#faf0e6' export const beige = '#f5f5dc' export const whiteSmoke = '#f5f5f5' export const lavenderBlush = '#fff0f5' export const oldLace = '#fdf5e6' export const aliceBlue = '#f0f8ff' export const seashell = '#fff5ee' export const ghostWhite = '#f8f8ff' export const honeydew = '#f0fff0' export const floralWhite = '#fffaf0' export const azure = '#f0ffff' export const mintCream = '#f5fffa' export const snow = '#fffafa' export const ivory = '#fffff0' export const white = '#ffffff'