easycolors
Version:
Package that stores colors of the web and many popular css frameworks
12 lines (10 loc) • 289 B
text/typescript
/*
* Web Orange Colors
* Created by: web.creator.js (written by jebbarbas)
* Last Update: Mon, 18 Jul 2022 00:27:00 GMT
*/
export const rangeRed = '#ff4500'
export const tomato = '#ff6347'
export const darkOrange = '#ff8c00'
export const coral = '#ff7f50'
export const orange = '#ffa500'