@fatherbrennan/css-color
Version:
A TypeScript tree-shakable library for using CSS colors.
152 lines (151 loc) • 6.25 kB
JavaScript
//#region src/dist/named/hexa.ts
const aliceblue = "#f0f8ffff";
const antiquewhite = "#faebd7ff";
const aqua = "#00ffffff";
const aquamarine = "#7fffd4ff";
const azure = "#f0ffffff";
const beige = "#f5f5dcff";
const bisque = "#ffe4c4ff";
const black = "#000000ff";
const blanchedalmond = "#ffebcdff";
const blue = "#0000ffff";
const blueviolet = "#8a2be2ff";
const brown = "#a52a2aff";
const burlywood = "#deb887ff";
const cadetblue = "#5f9ea0ff";
const chartreuse = "#7fff00ff";
const chocolate = "#d2691eff";
const coral = "#ff7f50ff";
const cornflowerblue = "#6495edff";
const cornsilk = "#fff8dcff";
const crimson = "#dc143cff";
const cyan = "#00ffffff";
const darkblue = "#00008bff";
const darkcyan = "#008b8bff";
const darkgoldenrod = "#b8860bff";
const darkgray = "#a9a9a9ff";
const darkgreen = "#006400ff";
const darkgrey = "#a9a9a9ff";
const darkkhaki = "#bdb76bff";
const darkmagenta = "#8b008bff";
const darkolivegreen = "#556b2fff";
const darkorange = "#ff8c00ff";
const darkorchid = "#9932ccff";
const darkred = "#8b0000ff";
const darksalmon = "#e9967aff";
const darkseagreen = "#8fbc8fff";
const darkslateblue = "#483d8bff";
const darkslategray = "#2f4f4fff";
const darkslategrey = "#2f4f4fff";
const darkturquoise = "#00ced1ff";
const darkviolet = "#9400d3ff";
const deeppink = "#ff1493ff";
const deepskyblue = "#00bfffff";
const dimgray = "#696969ff";
const dimgrey = "#696969ff";
const dodgerblue = "#1e90ffff";
const firebrick = "#b22222ff";
const floralwhite = "#fffaf0ff";
const forestgreen = "#228b22ff";
const fuchsia = "#ff00ffff";
const gainsboro = "#dcdcdcff";
const ghostwhite = "#f8f8ffff";
const gold = "#ffd700ff";
const goldenrod = "#daa520ff";
const gray = "#808080ff";
const green = "#008000ff";
const greenyellow = "#adff2fff";
const grey = "#808080ff";
const honeydew = "#f0fff0ff";
const hotpink = "#ff69b4ff";
const indianred = "#cd5c5cff";
const indigo = "#4b0082ff";
const ivory = "#fffff0ff";
const khaki = "#f0e68cff";
const lavender = "#e6e6faff";
const lavenderblush = "#fff0f5ff";
const lawngreen = "#7cfc00ff";
const lemonchiffon = "#fffacdff";
const lightblue = "#add8e6ff";
const lightcoral = "#f08080ff";
const lightcyan = "#e0ffffff";
const lightgoldenrodyellow = "#fafad2ff";
const lightgray = "#d3d3d3ff";
const lightgreen = "#90ee90ff";
const lightgrey = "#d3d3d3ff";
const lightpink = "#ffb6c1ff";
const lightsalmon = "#ffa07aff";
const lightseagreen = "#20b2aaff";
const lightskyblue = "#87cefaff";
const lightslategray = "#778899ff";
const lightslategrey = "#778899ff";
const lightsteelblue = "#b0c4deff";
const lightyellow = "#ffffe0ff";
const lime = "#00ff00ff";
const limegreen = "#32cd32ff";
const linen = "#faf0e6ff";
const magenta = "#ff00ffff";
const maroon = "#800000ff";
const mediumaquamarine = "#66cdaaff";
const mediumblue = "#0000cdff";
const mediumorchid = "#ba55d3ff";
const mediumpurple = "#9370dbff";
const mediumseagreen = "#3cb371ff";
const mediumslateblue = "#7b68eeff";
const mediumspringgreen = "#00fa9aff";
const mediumturquoise = "#48d1ccff";
const mediumvioletred = "#c71585ff";
const midnightblue = "#191970ff";
const mintcream = "#f5fffaff";
const mistyrose = "#ffe4e1ff";
const moccasin = "#ffe4b5ff";
const navajowhite = "#ffdeadff";
const navy = "#000080ff";
const oldlace = "#fdf5e6ff";
const olive = "#808000ff";
const olivedrab = "#6b8e23ff";
const orange = "#ffa500ff";
const orangered = "#ff4500ff";
const orchid = "#da70d6ff";
const palegoldenrod = "#eee8aaff";
const palegreen = "#98fb98ff";
const paleturquoise = "#afeeeeff";
const palevioletred = "#db7093ff";
const papayawhip = "#ffefd5ff";
const peachpuff = "#ffdab9ff";
const peru = "#cd853fff";
const pink = "#ffc0cbff";
const plum = "#dda0ddff";
const powderblue = "#b0e0e6ff";
const purple = "#800080ff";
const rebeccapurple = "#663399ff";
const red = "#ff0000ff";
const rosybrown = "#bc8f8fff";
const royalblue = "#4169e1ff";
const saddlebrown = "#8b4513ff";
const salmon = "#fa8072ff";
const sandybrown = "#f4a460ff";
const seagreen = "#2e8b57ff";
const seashell = "#fff5eeff";
const sienna = "#a0522dff";
const silver = "#c0c0c0ff";
const skyblue = "#87ceebff";
const slateblue = "#6a5acdff";
const slategray = "#708090ff";
const slategrey = "#708090ff";
const snow = "#fffafaff";
const springgreen = "#00ff7fff";
const steelblue = "#4682b4ff";
const tan = "#d2b48cff";
const teal = "#008080ff";
const thistle = "#d8bfd8ff";
const tomato = "#ff6347ff";
const turquoise = "#40e0d0ff";
const violet = "#ee82eeff";
const wheat = "#f5deb3ff";
const white = "#ffffffff";
const whitesmoke = "#f5f5f5ff";
const yellow = "#ffff00ff";
const yellowgreen = "#9acd32ff";
//#endregion
export { aliceblue, antiquewhite, aqua, aquamarine, azure, beige, bisque, black, blanchedalmond, blue, blueviolet, brown, burlywood, cadetblue, chartreuse, chocolate, coral, cornflowerblue, cornsilk, crimson, cyan, darkblue, darkcyan, darkgoldenrod, darkgray, darkgreen, darkgrey, darkkhaki, darkmagenta, darkolivegreen, darkorange, darkorchid, darkred, darksalmon, darkseagreen, darkslateblue, darkslategray, darkslategrey, darkturquoise, darkviolet, deeppink, deepskyblue, dimgray, dimgrey, dodgerblue, firebrick, floralwhite, forestgreen, fuchsia, gainsboro, ghostwhite, gold, goldenrod, gray, green, greenyellow, grey, honeydew, hotpink, indianred, indigo, ivory, khaki, lavender, lavenderblush, lawngreen, lemonchiffon, lightblue, lightcoral, lightcyan, lightgoldenrodyellow, lightgray, lightgreen, lightgrey, lightpink, lightsalmon, lightseagreen, lightskyblue, lightslategray, lightslategrey, lightsteelblue, lightyellow, lime, limegreen, linen, magenta, maroon, mediumaquamarine, mediumblue, mediumorchid, mediumpurple, mediumseagreen, mediumslateblue, mediumspringgreen, mediumturquoise, mediumvioletred, midnightblue, mintcream, mistyrose, moccasin, navajowhite, navy, oldlace, olive, olivedrab, orange, orangered, orchid, palegoldenrod, palegreen, paleturquoise, palevioletred, papayawhip, peachpuff, peru, pink, plum, powderblue, purple, rebeccapurple, red, rosybrown, royalblue, saddlebrown, salmon, sandybrown, seagreen, seashell, sienna, silver, skyblue, slateblue, slategray, slategrey, snow, springgreen, steelblue, tan, teal, thistle, tomato, turquoise, violet, wheat, white, whitesmoke, yellow, yellowgreen };