CSS Colours by name

I found myself needing a few more colours by name that those in the framwork so I added these… incase anyone else finds them useful

static const ccColor3B ccAliceBlue={0xF0,0xF8,0xFF}; static const ccColor3B ccAntiqueWhite={0xFA,0xEB,0xD7}; static const ccColor3B ccAqua={0x00,0xFF,0xFF}; static const ccColor3B ccAquamarine={0x7F,0xFF,0xD4}; static const ccColor3B ccAzure={0xF0,0xFF,0xFF}; static const ccColor3B ccBeige={0xF5,0xF5,0xDC}; static const ccColor3B ccBisque={0xFF,0xE4,0xC4}; static const ccColor3B ccBlack={0x00,0x00,0x00}; static const ccColor3B ccBlanchedAlmond={0xFF,0xEB,0xCD}; static const ccColor3B ccBlue={0x00,0x00,0xFF}; static const ccColor3B ccBlueViolet={0x8A,0x2B,0xE2}; static const ccColor3B ccBrown={0xA5,0x2A,0x2A}; static const ccColor3B ccBurlyWood={0xDE,0xB8,0x87}; static const ccColor3B ccCadetBlue={0x5F,0x9E,0xA0}; static const ccColor3B ccChartreuse={0x7F,0xFF,0x00}; static const ccColor3B ccChocolate={0xD2,0x69,0x1E}; static const ccColor3B ccCoral={0xFF,0x7F,0x50}; static const ccColor3B ccCornflowerBlue={0x64,0x95,0xED}; static const ccColor3B ccCornsilk={0xFF,0xF8,0xDC}; static const ccColor3B ccCrimson={0xDC,0x14,0x3C}; static const ccColor3B ccCyan={0x00,0xFF,0xFF}; static const ccColor3B ccDarkBlue={0x00,0x00,0x8B}; static const ccColor3B ccDarkCyan={0x00,0x8B,0x8B}; static const ccColor3B ccDarkGoldenRod={0xB8,0x86,0x0B}; static const ccColor3B ccDarkGray={0xA9,0xA9,0xA9}; static const ccColor3B ccDarkGreen={0x00,0x64,0x00}; static const ccColor3B ccDarkKhaki={0xBD,0xB7,0x6B}; static const ccColor3B ccDarkMagenta={0x8B,0x00,0x8B}; static const ccColor3B ccDarkOliveGreen={0x55,0x6B,0x2F}; static const ccColor3B ccDarkorange={0xFF,0x8C,0x00}; static const ccColor3B ccDarkOrchid={0x99,0x32,0xCC}; static const ccColor3B ccDarkRed={0x8B,0x00,0x00}; static const ccColor3B ccDarkSalmon={0xE9,0x96,0x7A}; static const ccColor3B ccDarkSeaGreen={0x8F,0xBC,0x8F}; static const ccColor3B ccDarkSlateBlue={0x48,0x3D,0x8B}; static const ccColor3B ccDarkSlateGray={0x2F,0x4F,0x4F}; static const ccColor3B ccDarkTurquoise={0x00,0xCE,0xD1}; static const ccColor3B ccDarkViolet={0x94,0x00,0xD3}; static const ccColor3B ccDeepPink={0xFF,0x14,0x93}; static const ccColor3B ccDeepSkyBlue={0x00,0xBF,0xFF}; static const ccColor3B ccDimGray={0x69,0x69,0x69}; static const ccColor3B ccDimGrey={0x69,0x69,0x69}; static const ccColor3B ccDodgerBlue={0x1E,0x90,0xFF}; static const ccColor3B ccFireBrick={0xB2,0x22,0x22}; static const ccColor3B ccFloralWhite={0xFF,0xFA,0xF0}; static const ccColor3B ccForestGreen={0x22,0x8B,0x22}; static const ccColor3B ccFuchsia={0xFF,0x00,0xFF}; static const ccColor3B ccGainsboro={0xDC,0xDC,0xDC}; static const ccColor3B ccGhostWhite={0xF8,0xF8,0xFF}; static const ccColor3B ccGold={0xFF,0xD7,0x00}; static const ccColor3B ccGoldenRod={0xDA,0xA5,0x20}; static const ccColor3B ccGray={0x80,0x80,0x80}; static const ccColor3B ccGreen={0x00,0x80,0x00}; static const ccColor3B ccGreenYellow={0xAD,0xFF,0x2F}; static const ccColor3B ccHoneyDew={0xF0,0xFF,0xF0}; static const ccColor3B ccHotPink={0xFF,0x69,0xB4}; static const ccColor3B ccIndianRed={0xCD,0x5C,0x5C}; static const ccColor3B ccIndigo={0x4B,0x00,0x82}; static const ccColor3B ccIvory={0xFF,0xFF,0xF0}; static const ccColor3B ccKhaki={0xF0,0xE6,0x8C}; static const ccColor3B ccLavender={0xE6,0xE6,0xFA}; static const ccColor3B ccLavenderBlush={0xFF,0xF0,0xF5}; static const ccColor3B ccLawnGreen={0x7C,0xFC,0x00}; static const ccColor3B ccLemonChiffon={0xFF,0xFA,0xCD}; static const ccColor3B ccLightBlue={0xAD,0xD8,0xE6}; static const ccColor3B ccLightCoral={0xF0,0x80,0x80}; static const ccColor3B ccLightCyan={0xE0,0xFF,0xFF}; static const ccColor3B ccLightGoldenRodYellow={0xFA,0xFA,0xD2}; static const ccColor3B ccLightGray={0xD3,0xD3,0xD3}; static const ccColor3B ccLightGreen={0x90,0xEE,0x90}; static const ccColor3B ccLightPink={0xFF,0xB6,0xC1}; static const ccColor3B ccLightSalmon={0xFF,0xA0,0x7A}; static const ccColor3B ccLightSeaGreen={0x20,0xB2,0xAA}; static const ccColor3B ccLightSkyBlue={0x87,0xCE,0xFA}; static const ccColor3B ccLightSlateGray={0x77,0x88,0x99}; static const ccColor3B ccLightSteelBlue={0xB0,0xC4,0xDE}; static const ccColor3B ccLightYellow={0xFF,0xFF,0xE0}; static const ccColor3B ccLime={0x00,0xFF,0x00}; static const ccColor3B ccLimeGreen={0x32,0xCD,0x32}; static const ccColor3B ccLinen={0xFA,0xF0,0xE6}; static const ccColor3B ccMagenta={0xFF,0x00,0xFF}; static const ccColor3B ccMaroon={0x80,0x00,0x00}; static const ccColor3B ccMediumAquaMarine={0x66,0xCD,0xAA}; static const ccColor3B ccMediumBlue={0x00,0x00,0xCD}; static const ccColor3B ccMediumOrchid={0xBA,0x55,0xD3}; static const ccColor3B ccMediumPurple={0x93,0x70,0xDB}; static const ccColor3B ccMediumSeaGreen={0x3C,0xB3,0x71}; static const ccColor3B ccMediumSlateBlue={0x7B,0x68,0xEE}; static const ccColor3B ccMediumSpringGreen={0x00,0xFA,0x9A}; static const ccColor3B ccMediumTurquoise={0x48,0xD1,0xCC}; static const ccColor3B ccMediumVioletRed={0xC7,0x15,0x85}; static const ccColor3B ccMidnightBlue={0x19,0x19,0x70}; static const ccColor3B ccMintCream={0xF5,0xFF,0xFA}; static const ccColor3B ccMistyRose={0xFF,0xE4,0xE1}; static const ccColor3B ccMoccasin={0xFF,0xE4,0xB5}; static const ccColor3B ccNavajoWhite={0xFF,0xDE,0xAD}; static const ccColor3B ccNavy={0x00,0x00,0x80}; static const ccColor3B ccOldLace={0xFD,0xF5,0xE6}; static const ccColor3B ccOlive={0x80,0x80,0x00}; static const ccColor3B ccOliveDrab={0x6B,0x8E,0x23}; static const ccColor3B ccOrange={0xFF,0xA5,0x00}; static const ccColor3B ccOrangeRed={0xFF,0x45,0x00}; static const ccColor3B ccOrchid={0xDA,0x70,0xD6}; static const ccColor3B ccPaleGoldenRod={0xEE,0xE8,0xAA}; static const ccColor3B ccPaleGreen={0x98,0xFB,0x98}; static const ccColor3B ccPaleTurquoise={0xAF,0xEE,0xEE}; static const ccColor3B ccPaleVioletRed={0xDB,0x70,0x93}; static const ccColor3B ccPapayaWhip={0xFF,0xEF,0xD5}; static const ccColor3B ccPeachPuff={0xFF,0xDA,0xB9}; static const ccColor3B ccPeru={0xCD,0x85,0x3F}; static const ccColor3B ccPink={0xFF,0xC0,0xCB}; static const ccColor3B ccPlum={0xDD,0xA0,0xDD}; static const ccColor3B ccPowderBlue={0xB0,0xE0,0xE6}; static const ccColor3B ccPurple={0x80,0x00,0x80}; static const ccColor3B ccRed={0xFF,0x00,0x00}; static const ccColor3B ccRosyBrown={0xBC,0x8F,0x8F}; static const ccColor3B ccRoyalBlue={0x41,0x69,0xE1}; static const ccColor3B ccSaddleBrown={0x8B,0x45,0x13}; static const ccColor3B ccSalmon={0xFA,0x80,0x72}; static const ccColor3B ccSandyBrown={0xF4,0xA4,0x60}; static const ccColor3B ccSeaGreen={0x2E,0x8B,0x57}; static const ccColor3B ccSeaShell={0xFF,0xF5,0xEE}; static const ccColor3B ccSienna={0xA0,0x52,0x2D}; static const ccColor3B ccSilver={0xC0,0xC0,0xC0}; static const ccColor3B ccSkyBlue={0x87,0xCE,0xEB}; static const ccColor3B ccSlateBlue={0x6A,0x5A,0xCD}; static const ccColor3B ccSlateGray={0x70,0x80,0x90}; static const ccColor3B ccSnow={0xFF,0xFA,0xFA}; static const ccColor3B ccSpringGreen={0x00,0xFF,0x7F}; static const ccColor3B ccSteelBlue={0x46,0x82,0xB4}; static const ccColor3B ccTan={0xD2,0xB4,0x8C}; static const ccColor3B ccTeal={0x00,0x80,0x80}; static const ccColor3B ccThistle={0xD8,0xBF,0xD8}; static const ccColor3B ccTomato={0xFF,0x63,0x47}; static const ccColor3B ccTurquoise={0x40,0xE0,0xD0}; static const ccColor3B ccViolet={0xEE,0x82,0xEE}; static const ccColor3B ccWheat={0xF5,0xDE,0xB3}; static const ccColor3B ccWhite={0xFF,0xFF,0xFF}; static const ccColor3B ccWhiteSmoke={0xF5,0xF5,0xF5}; static const ccColor3B ccYellow={0xFF,0xFF,0x00}; static const ccColor3B ccYellowGreen={0x9A,0xCD,0x32};