UNPKG

easycolors

Version:

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

10 lines (7 loc) 179 B
/** Material Common (Black and White) Colors */ export const black = '#000000' export const white = '#ffffff' const common = { black, white } export default common