UNPKG

easycolors

Version:

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

19 lines (17 loc) 545 B
/* * Web Cyan Colors * Created by: web.creator.js (written by jebbarbas) * Last Update: Mon, 18 Jul 2022 00:27:00 GMT */ export const teal = '#008080' export const darkCyan = '#008b8b' export const lightSeaGreen = '#20b2aa' export const cadetBlue = '#5f9ea0' export const darkTurquoise = '#00ced1' export const mediumTurquoise = '#48d1cc' export const turquoise = '#40e0d0' export const aqua = '#00ffff' export const cyan = '#00ffff' export const aquamarine = '#7fffd4' export const paleTurquoise = '#afeeee' export const lightCyan = '#e0ffff'