1static const uint32_t RED = 0xFF0000;
2static const uint32_t GREEN = 0x00FF00;
3static const uint32_t BLUE = 0x0000FF;
4static const uint32_t WHITE = 0xFFFFFF;
5static const uint32_t ORANGE = 0x961E00;
6static const uint32_t YELLOW = 0x965000;
7static const uint32_t TURQUOISE = 0x005064;
8static const uint32_t PURPEL = 0x320064;
9static const uint32_t PINK = 0x960064;