@fatherbrennan/css-color
Version:
A TypeScript tree-shakable library for using CSS colors.
152 lines (151 loc) • 7.14 kB
JavaScript
//#region src/dist/named/rgb.ts
const aliceblue = "rgb(240,248,255)";
const antiquewhite = "rgb(250,235,215)";
const aqua = "rgb(0,255,255)";
const aquamarine = "rgb(127,255,212)";
const azure = "rgb(240,255,255)";
const beige = "rgb(245,245,220)";
const bisque = "rgb(255,228,196)";
const black = "rgb(0,0,0)";
const blanchedalmond = "rgb(255,235,205)";
const blue = "rgb(0,0,255)";
const blueviolet = "rgb(138,43,226)";
const brown = "rgb(165,42,42)";
const burlywood = "rgb(222,184,135)";
const cadetblue = "rgb(95,158,160)";
const chartreuse = "rgb(127,255,0)";
const chocolate = "rgb(210,105,30)";
const coral = "rgb(255,127,80)";
const cornflowerblue = "rgb(100,149,237)";
const cornsilk = "rgb(255,248,220)";
const crimson = "rgb(220,20,60)";
const cyan = "rgb(0,255,255)";
const darkblue = "rgb(0,0,139)";
const darkcyan = "rgb(0,139,139)";
const darkgoldenrod = "rgb(184,134,11)";
const darkgray = "rgb(169,169,169)";
const darkgreen = "rgb(0,100,0)";
const darkgrey = "rgb(169,169,169)";
const darkkhaki = "rgb(189,183,107)";
const darkmagenta = "rgb(139,0,139)";
const darkolivegreen = "rgb(85,107,47)";
const darkorange = "rgb(255,140,0)";
const darkorchid = "rgb(153,50,204)";
const darkred = "rgb(139,0,0)";
const darksalmon = "rgb(233,150,122)";
const darkseagreen = "rgb(143,188,143)";
const darkslateblue = "rgb(72,61,139)";
const darkslategray = "rgb(47,79,79)";
const darkslategrey = "rgb(47,79,79)";
const darkturquoise = "rgb(0,206,209)";
const darkviolet = "rgb(148,0,211)";
const deeppink = "rgb(255,20,147)";
const deepskyblue = "rgb(0,191,255)";
const dimgray = "rgb(105,105,105)";
const dimgrey = "rgb(105,105,105)";
const dodgerblue = "rgb(30,144,255)";
const firebrick = "rgb(178,34,34)";
const floralwhite = "rgb(255,250,240)";
const forestgreen = "rgb(34,139,34)";
const fuchsia = "rgb(255,0,255)";
const gainsboro = "rgb(220,220,220)";
const ghostwhite = "rgb(248,248,255)";
const gold = "rgb(255,215,0)";
const goldenrod = "rgb(218,165,32)";
const gray = "rgb(128,128,128)";
const green = "rgb(0,128,0)";
const greenyellow = "rgb(173,255,47)";
const grey = "rgb(128,128,128)";
const honeydew = "rgb(240,255,240)";
const hotpink = "rgb(255,105,180)";
const indianred = "rgb(205,92,92)";
const indigo = "rgb(75,0,130)";
const ivory = "rgb(255,255,240)";
const khaki = "rgb(240,230,140)";
const lavender = "rgb(230,230,250)";
const lavenderblush = "rgb(255,240,245)";
const lawngreen = "rgb(124,252,0)";
const lemonchiffon = "rgb(255,250,205)";
const lightblue = "rgb(173,216,230)";
const lightcoral = "rgb(240,128,128)";
const lightcyan = "rgb(224,255,255)";
const lightgoldenrodyellow = "rgb(250,250,210)";
const lightgray = "rgb(211,211,211)";
const lightgreen = "rgb(144,238,144)";
const lightgrey = "rgb(211,211,211)";
const lightpink = "rgb(255,182,193)";
const lightsalmon = "rgb(255,160,122)";
const lightseagreen = "rgb(32,178,170)";
const lightskyblue = "rgb(135,206,250)";
const lightslategray = "rgb(119,136,153)";
const lightslategrey = "rgb(119,136,153)";
const lightsteelblue = "rgb(176,196,222)";
const lightyellow = "rgb(255,255,224)";
const lime = "rgb(0,255,0)";
const limegreen = "rgb(50,205,50)";
const linen = "rgb(250,240,230)";
const magenta = "rgb(255,0,255)";
const maroon = "rgb(128,0,0)";
const mediumaquamarine = "rgb(102,205,170)";
const mediumblue = "rgb(0,0,205)";
const mediumorchid = "rgb(186,85,211)";
const mediumpurple = "rgb(147,112,219)";
const mediumseagreen = "rgb(60,179,113)";
const mediumslateblue = "rgb(123,104,238)";
const mediumspringgreen = "rgb(0,250,154)";
const mediumturquoise = "rgb(72,209,204)";
const mediumvioletred = "rgb(199,21,133)";
const midnightblue = "rgb(25,25,112)";
const mintcream = "rgb(245,255,250)";
const mistyrose = "rgb(255,228,225)";
const moccasin = "rgb(255,228,181)";
const navajowhite = "rgb(255,222,173)";
const navy = "rgb(0,0,128)";
const oldlace = "rgb(253,245,230)";
const olive = "rgb(128,128,0)";
const olivedrab = "rgb(107,142,35)";
const orange = "rgb(255,165,0)";
const orangered = "rgb(255,69,0)";
const orchid = "rgb(218,112,214)";
const palegoldenrod = "rgb(238,232,170)";
const palegreen = "rgb(152,251,152)";
const paleturquoise = "rgb(175,238,238)";
const palevioletred = "rgb(219,112,147)";
const papayawhip = "rgb(255,239,213)";
const peachpuff = "rgb(255,218,185)";
const peru = "rgb(205,133,63)";
const pink = "rgb(255,192,203)";
const plum = "rgb(221,160,221)";
const powderblue = "rgb(176,224,230)";
const purple = "rgb(128,0,128)";
const rebeccapurple = "rgb(102,51,153)";
const red = "rgb(255,0,0)";
const rosybrown = "rgb(188,143,143)";
const royalblue = "rgb(65,105,225)";
const saddlebrown = "rgb(139,69,19)";
const salmon = "rgb(250,128,114)";
const sandybrown = "rgb(244,164,96)";
const seagreen = "rgb(46,139,87)";
const seashell = "rgb(255,245,238)";
const sienna = "rgb(160,82,45)";
const silver = "rgb(192,192,192)";
const skyblue = "rgb(135,206,235)";
const slateblue = "rgb(106,90,205)";
const slategray = "rgb(112,128,144)";
const slategrey = "rgb(112,128,144)";
const snow = "rgb(255,250,250)";
const springgreen = "rgb(0,255,127)";
const steelblue = "rgb(70,130,180)";
const tan = "rgb(210,180,140)";
const teal = "rgb(0,128,128)";
const thistle = "rgb(216,191,216)";
const tomato = "rgb(255,99,71)";
const turquoise = "rgb(64,224,208)";
const violet = "rgb(238,130,238)";
const wheat = "rgb(245,222,179)";
const white = "rgb(255,255,255)";
const whitesmoke = "rgb(245,245,245)";
const yellow = "rgb(255,255,0)";
const yellowgreen = "rgb(154,205,50)";
//#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 };