UNPKG

easycolors

Version:

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

13 lines (11 loc) 334 B
/* * Web Pink Colors * Created by: web.creator.js (written by jebbarbas) * Last Update: Mon, 18 Jul 2022 00:27:00 GMT */ export const mediumVioletRed = '#c71585' export const deepPink = '#ff1493' export const paleVioletRed = '#db7093' export const hotPink = '#ff69b4' export const lightPink = '#ffb6c1' export const pink = '#ffc0cb'