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