UNPKG

easycolors

Version:

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

18 lines (16 loc) 517 B
/* * Web Yellow Colors * Created by: web.creator.js (written by jebbarbas) * Last Update: Mon, 18 Jul 2022 00:27:00 GMT */ export const darkKhaki = '#bdb76b' export const gold = '#ffd700' export const khaki = '#f0e68c' export const peachPuff = '#ffdab9' export const yellow = '#ffff00' export const paleGoldenrod = '#eee8aa' export const moccasin = '#ffe4b5' export const papayaWhip = '#ffefd5' export const lightGoldenrodYellow = '#fafad2' export const lemonChiffon = '#fffacd' export const lightYellow = '#ffffe0'