@fatherbrennan/css-color
Version:
A TypeScript tree-shakable library for using CSS colors.
152 lines (151 loc) • 5.96 kB
JavaScript
//#region src/dist/named/hex.ts
const aliceblue = "#f0f8ff";
const antiquewhite = "#faebd7";
const aqua = "#00ffff";
const aquamarine = "#7fffd4";
const azure = "#f0ffff";
const beige = "#f5f5dc";
const bisque = "#ffe4c4";
const black = "#000000";
const blanchedalmond = "#ffebcd";
const blue = "#0000ff";
const blueviolet = "#8a2be2";
const brown = "#a52a2a";
const burlywood = "#deb887";
const cadetblue = "#5f9ea0";
const chartreuse = "#7fff00";
const chocolate = "#d2691e";
const coral = "#ff7f50";
const cornflowerblue = "#6495ed";
const cornsilk = "#fff8dc";
const crimson = "#dc143c";
const cyan = "#00ffff";
const darkblue = "#00008b";
const darkcyan = "#008b8b";
const darkgoldenrod = "#b8860b";
const darkgray = "#a9a9a9";
const darkgreen = "#006400";
const darkgrey = "#a9a9a9";
const darkkhaki = "#bdb76b";
const darkmagenta = "#8b008b";
const darkolivegreen = "#556b2f";
const darkorange = "#ff8c00";
const darkorchid = "#9932cc";
const darkred = "#8b0000";
const darksalmon = "#e9967a";
const darkseagreen = "#8fbc8f";
const darkslateblue = "#483d8b";
const darkslategray = "#2f4f4f";
const darkslategrey = "#2f4f4f";
const darkturquoise = "#00ced1";
const darkviolet = "#9400d3";
const deeppink = "#ff1493";
const deepskyblue = "#00bfff";
const dimgray = "#696969";
const dimgrey = "#696969";
const dodgerblue = "#1e90ff";
const firebrick = "#b22222";
const floralwhite = "#fffaf0";
const forestgreen = "#228b22";
const fuchsia = "#ff00ff";
const gainsboro = "#dcdcdc";
const ghostwhite = "#f8f8ff";
const gold = "#ffd700";
const goldenrod = "#daa520";
const gray = "#808080";
const green = "#008000";
const greenyellow = "#adff2f";
const grey = "#808080";
const honeydew = "#f0fff0";
const hotpink = "#ff69b4";
const indianred = "#cd5c5c";
const indigo = "#4b0082";
const ivory = "#fffff0";
const khaki = "#f0e68c";
const lavender = "#e6e6fa";
const lavenderblush = "#fff0f5";
const lawngreen = "#7cfc00";
const lemonchiffon = "#fffacd";
const lightblue = "#add8e6";
const lightcoral = "#f08080";
const lightcyan = "#e0ffff";
const lightgoldenrodyellow = "#fafad2";
const lightgray = "#d3d3d3";
const lightgreen = "#90ee90";
const lightgrey = "#d3d3d3";
const lightpink = "#ffb6c1";
const lightsalmon = "#ffa07a";
const lightseagreen = "#20b2aa";
const lightskyblue = "#87cefa";
const lightslategray = "#778899";
const lightslategrey = "#778899";
const lightsteelblue = "#b0c4de";
const lightyellow = "#ffffe0";
const lime = "#00ff00";
const limegreen = "#32cd32";
const linen = "#faf0e6";
const magenta = "#ff00ff";
const maroon = "#800000";
const mediumaquamarine = "#66cdaa";
const mediumblue = "#0000cd";
const mediumorchid = "#ba55d3";
const mediumpurple = "#9370db";
const mediumseagreen = "#3cb371";
const mediumslateblue = "#7b68ee";
const mediumspringgreen = "#00fa9a";
const mediumturquoise = "#48d1cc";
const mediumvioletred = "#c71585";
const midnightblue = "#191970";
const mintcream = "#f5fffa";
const mistyrose = "#ffe4e1";
const moccasin = "#ffe4b5";
const navajowhite = "#ffdead";
const navy = "#000080";
const oldlace = "#fdf5e6";
const olive = "#808000";
const olivedrab = "#6b8e23";
const orange = "#ffa500";
const orangered = "#ff4500";
const orchid = "#da70d6";
const palegoldenrod = "#eee8aa";
const palegreen = "#98fb98";
const paleturquoise = "#afeeee";
const palevioletred = "#db7093";
const papayawhip = "#ffefd5";
const peachpuff = "#ffdab9";
const peru = "#cd853f";
const pink = "#ffc0cb";
const plum = "#dda0dd";
const powderblue = "#b0e0e6";
const purple = "#800080";
const rebeccapurple = "#663399";
const red = "#ff0000";
const rosybrown = "#bc8f8f";
const royalblue = "#4169e1";
const saddlebrown = "#8b4513";
const salmon = "#fa8072";
const sandybrown = "#f4a460";
const seagreen = "#2e8b57";
const seashell = "#fff5ee";
const sienna = "#a0522d";
const silver = "#c0c0c0";
const skyblue = "#87ceeb";
const slateblue = "#6a5acd";
const slategray = "#708090";
const slategrey = "#708090";
const snow = "#fffafa";
const springgreen = "#00ff7f";
const steelblue = "#4682b4";
const tan = "#d2b48c";
const teal = "#008080";
const thistle = "#d8bfd8";
const tomato = "#ff6347";
const turquoise = "#40e0d0";
const violet = "#ee82ee";
const wheat = "#f5deb3";
const white = "#ffffff";
const whitesmoke = "#f5f5f5";
const yellow = "#ffff00";
const yellowgreen = "#9acd32";
//#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 };