UNPKG

@fatherbrennan/css-color

Version:

A TypeScript tree-shakable library for using CSS colors.

152 lines (151 loc) 6.24 kB
//#region src/dist/named/index.ts const aliceblue = "aliceblue"; const antiquewhite = "antiquewhite"; const aqua = "aqua"; const aquamarine = "aquamarine"; const azure = "azure"; const beige = "beige"; const bisque = "bisque"; const black = "black"; const blanchedalmond = "blanchedalmond"; const blue = "blue"; const blueviolet = "blueviolet"; const brown = "brown"; const burlywood = "burlywood"; const cadetblue = "cadetblue"; const chartreuse = "chartreuse"; const chocolate = "chocolate"; const coral = "coral"; const cornflowerblue = "cornflowerblue"; const cornsilk = "cornsilk"; const crimson = "crimson"; const cyan = "cyan"; const darkblue = "darkblue"; const darkcyan = "darkcyan"; const darkgoldenrod = "darkgoldenrod"; const darkgray = "darkgray"; const darkgreen = "darkgreen"; const darkgrey = "darkgrey"; const darkkhaki = "darkkhaki"; const darkmagenta = "darkmagenta"; const darkolivegreen = "darkolivegreen"; const darkorange = "darkorange"; const darkorchid = "darkorchid"; const darkred = "darkred"; const darksalmon = "darksalmon"; const darkseagreen = "darkseagreen"; const darkslateblue = "darkslateblue"; const darkslategray = "darkslategray"; const darkslategrey = "darkslategrey"; const darkturquoise = "darkturquoise"; const darkviolet = "darkviolet"; const deeppink = "deeppink"; const deepskyblue = "deepskyblue"; const dimgray = "dimgray"; const dimgrey = "dimgrey"; const dodgerblue = "dodgerblue"; const firebrick = "firebrick"; const floralwhite = "floralwhite"; const forestgreen = "forestgreen"; const fuchsia = "fuchsia"; const gainsboro = "gainsboro"; const ghostwhite = "ghostwhite"; const gold = "gold"; const goldenrod = "goldenrod"; const gray = "gray"; const green = "green"; const greenyellow = "greenyellow"; const grey = "grey"; const honeydew = "honeydew"; const hotpink = "hotpink"; const indianred = "indianred"; const indigo = "indigo"; const ivory = "ivory"; const khaki = "khaki"; const lavender = "lavender"; const lavenderblush = "lavenderblush"; const lawngreen = "lawngreen"; const lemonchiffon = "lemonchiffon"; const lightblue = "lightblue"; const lightcoral = "lightcoral"; const lightcyan = "lightcyan"; const lightgoldenrodyellow = "lightgoldenrodyellow"; const lightgray = "lightgray"; const lightgreen = "lightgreen"; const lightgrey = "lightgrey"; const lightpink = "lightpink"; const lightsalmon = "lightsalmon"; const lightseagreen = "lightseagreen"; const lightskyblue = "lightskyblue"; const lightslategray = "lightslategray"; const lightslategrey = "lightslategrey"; const lightsteelblue = "lightsteelblue"; const lightyellow = "lightyellow"; const lime = "lime"; const limegreen = "limegreen"; const linen = "linen"; const magenta = "magenta"; const maroon = "maroon"; const mediumaquamarine = "mediumaquamarine"; const mediumblue = "mediumblue"; const mediumorchid = "mediumorchid"; const mediumpurple = "mediumpurple"; const mediumseagreen = "mediumseagreen"; const mediumslateblue = "mediumslateblue"; const mediumspringgreen = "mediumspringgreen"; const mediumturquoise = "mediumturquoise"; const mediumvioletred = "mediumvioletred"; const midnightblue = "midnightblue"; const mintcream = "mintcream"; const mistyrose = "mistyrose"; const moccasin = "moccasin"; const navajowhite = "navajowhite"; const navy = "navy"; const oldlace = "oldlace"; const olive = "olive"; const olivedrab = "olivedrab"; const orange = "orange"; const orangered = "orangered"; const orchid = "orchid"; const palegoldenrod = "palegoldenrod"; const palegreen = "palegreen"; const paleturquoise = "paleturquoise"; const palevioletred = "palevioletred"; const papayawhip = "papayawhip"; const peachpuff = "peachpuff"; const peru = "peru"; const pink = "pink"; const plum = "plum"; const powderblue = "powderblue"; const purple = "purple"; const rebeccapurple = "rebeccapurple"; const red = "red"; const rosybrown = "rosybrown"; const royalblue = "royalblue"; const saddlebrown = "saddlebrown"; const salmon = "salmon"; const sandybrown = "sandybrown"; const seagreen = "seagreen"; const seashell = "seashell"; const sienna = "sienna"; const silver = "silver"; const skyblue = "skyblue"; const slateblue = "slateblue"; const slategray = "slategray"; const slategrey = "slategrey"; const snow = "snow"; const springgreen = "springgreen"; const steelblue = "steelblue"; const tan = "tan"; const teal = "teal"; const thistle = "thistle"; const tomato = "tomato"; const turquoise = "turquoise"; const violet = "violet"; const wheat = "wheat"; const white = "white"; const whitesmoke = "whitesmoke"; const yellow = "yellow"; const yellowgreen = "yellowgreen"; //#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 };