easycolors
Version:
Package that stores colors of the web and many popular css frameworks
24 lines (22 loc) • 703 B
text/typescript
/*
* Web Brown Colors
* Created by: web.creator.js (written by jebbarbas)
* Last Update: Mon, 18 Jul 2022 00:27:00 GMT
*/
export const maroon = '#800000'
export const brown = '#a52a2a'
export const saddleBrown = '#8b4513'
export const sienna = '#a0522d'
export const chocolate = '#d2691e'
export const darkGoldenrod = '#b8860b'
export const peru = '#cd853f'
export const rosyBrown = '#bc8f8f'
export const goldenrod = '#daa520'
export const sandyBrown = '#f4a460'
export const tan = '#d2b48c'
export const burlywood = '#deb887'
export const wheat = '#f5deb3'
export const navajoWhite = '#ffdead'
export const bisque = '#ffe4c4'
export const blanchedAlmond = '#ffebcd'
export const cornsilk = '#fff8dc'