Module full_palette

Source
Expand description

A full color palette derived from the Material Design 2014 Color Palette. Colors are chosen to go well with each other, and each color is available in several tints, ranging from 50 (very light) to 900 (very dark). A tint of 500 is considered “standard”. Color’s whose tint starts with an ‘A’ (for example RED_A400) are accent colors and are more saturated than their standard counterparts.

See the full list of colors defined in this module:

Constants§

AMBER
Amber; same as AMBER_500 ( rgb = (255, 193, 7))
AMBER_50
Light amber with a tint of 50 ( rgb = (255, 248, 225))
AMBER_100
Light amber with a tint of 100 ( rgb = (255, 236, 179))
AMBER_200
Lighter amber with a tint of 200 ( rgb = (255, 224, 130))
AMBER_300
Lighter amber with a tint of 300 ( rgb = (255, 213, 79))
AMBER_400
Lighter amber with a tint of 400 ( rgb = (255, 202, 40))
AMBER_500
Amber with a tint of 500 ( rgb = (255, 193, 7))
AMBER_600
Darker amber with a tint of 600 ( rgb = (255, 179, 0))
AMBER_700
Darker amber with a tint of 700 ( rgb = (255, 160, 0))
AMBER_800
Dark amber with a tint of 800 ( rgb = (255, 143, 0))
AMBER_900
Dark amber with a tint of 900 ( rgb = (255, 111, 0))
AMBER_A100
Accent amber with a tint of A100 ( rgb = (255, 229, 127))
AMBER_A200
Accent amber with a tint of A200 ( rgb = (255, 215, 64))
AMBER_A400
Accent amber with a tint of A400 ( rgb = (255, 196, 0))
AMBER_A700
Accent amber with a tint of A700 ( rgb = (255, 171, 0))
BLACK
Black ( rgb = (0, 0, 0))
BLUE
Blue; same as BLUE_500 ( rgb = (33, 150, 243))
BLUEGREY
Blue grey; same as BLUEGREY_500 ( rgb = (96, 125, 139))
BLUEGREY_50
Light blue grey with a tint of 50 ( rgb = (236, 239, 241))
BLUEGREY_100
Light blue grey with a tint of 100 ( rgb = (207, 216, 220))
BLUEGREY_200
Lighter blue grey with a tint of 200 ( rgb = (176, 190, 197))
BLUEGREY_300
Lighter blue grey with a tint of 300 ( rgb = (144, 164, 174))
BLUEGREY_400
Lighter blue grey with a tint of 400 ( rgb = (120, 144, 156))
BLUEGREY_500
Blue grey with a tint of 500 ( rgb = (96, 125, 139))
BLUEGREY_600
Darker blue grey with a tint of 600 ( rgb = (84, 110, 122))
BLUEGREY_700
Darker blue grey with a tint of 700 ( rgb = (69, 90, 100))
BLUEGREY_800
Dark blue grey with a tint of 800 ( rgb = (55, 71, 79))
BLUEGREY_900
Dark blue grey with a tint of 900 ( rgb = (38, 50, 56))
BLUEGREY_A100
Accent blue grey with a tint of A100 ( rgb = (207, 216, 220))
BLUEGREY_A200
Accent blue grey with a tint of A200 ( rgb = (176, 190, 197))
BLUEGREY_A400
Accent blue grey with a tint of A400 ( rgb = (120, 144, 156))
BLUEGREY_A700
Accent blue grey with a tint of A700 ( rgb = (69, 90, 100))
BLUE_50
Light blue with a tint of 50 ( rgb = (227, 242, 253))
BLUE_100
Light blue with a tint of 100 ( rgb = (187, 222, 251))
BLUE_200
Lighter blue with a tint of 200 ( rgb = (144, 202, 249))
BLUE_300
Lighter blue with a tint of 300 ( rgb = (100, 181, 246))
BLUE_400
Lighter blue with a tint of 400 ( rgb = (66, 165, 245))
BLUE_500
Blue with a tint of 500 ( rgb = (33, 150, 243))
BLUE_600
Darker blue with a tint of 600 ( rgb = (30, 136, 229))
BLUE_700
Darker blue with a tint of 700 ( rgb = (25, 118, 210))
BLUE_800
Dark blue with a tint of 800 ( rgb = (21, 101, 192))
BLUE_900
Dark blue with a tint of 900 ( rgb = (13, 71, 161))
BLUE_A100
Accent blue with a tint of A100 ( rgb = (130, 177, 255))
BLUE_A200
Accent blue with a tint of A200 ( rgb = (68, 138, 255))
BLUE_A400
Accent blue with a tint of A400 ( rgb = (41, 121, 255))
BLUE_A700
Accent blue with a tint of A700 ( rgb = (41, 98, 255))
BROWN
Brown; same as BROWN_500 ( rgb = (121, 85, 72))
BROWN_50
Light brown with a tint of 50 ( rgb = (239, 235, 233))
BROWN_100
Light brown with a tint of 100 ( rgb = (215, 204, 200))
BROWN_200
Lighter brown with a tint of 200 ( rgb = (188, 170, 164))
BROWN_300
Lighter brown with a tint of 300 ( rgb = (161, 136, 127))
BROWN_400
Lighter brown with a tint of 400 ( rgb = (141, 110, 99))
BROWN_500
Brown with a tint of 500 ( rgb = (121, 85, 72))
BROWN_600
Darker brown with a tint of 600 ( rgb = (109, 76, 65))
BROWN_700
Darker brown with a tint of 700 ( rgb = (93, 64, 55))
BROWN_800
Dark brown with a tint of 800 ( rgb = (78, 52, 46))
BROWN_900
Dark brown with a tint of 900 ( rgb = (62, 39, 35))
BROWN_A100
Accent brown with a tint of A100 ( rgb = (215, 204, 200))
BROWN_A200
Accent brown with a tint of A200 ( rgb = (188, 170, 164))
BROWN_A400
Accent brown with a tint of A400 ( rgb = (141, 110, 99))
BROWN_A700
Accent brown with a tint of A700 ( rgb = (93, 64, 55))
CYAN
Cyan; same as CYAN_500 ( rgb = (0, 188, 212))
CYAN_50
Light cyan with a tint of 50 ( rgb = (224, 247, 250))
CYAN_100
Light cyan with a tint of 100 ( rgb = (178, 235, 242))
CYAN_200
Lighter cyan with a tint of 200 ( rgb = (128, 222, 234))
CYAN_300
Lighter cyan with a tint of 300 ( rgb = (77, 208, 225))
CYAN_400
Lighter cyan with a tint of 400 ( rgb = (38, 198, 218))
CYAN_500
Cyan with a tint of 500 ( rgb = (0, 188, 212))
CYAN_600
Darker cyan with a tint of 600 ( rgb = (0, 172, 193))
CYAN_700
Darker cyan with a tint of 700 ( rgb = (0, 151, 167))
CYAN_800
Dark cyan with a tint of 800 ( rgb = (0, 131, 143))
CYAN_900
Dark cyan with a tint of 900 ( rgb = (0, 96, 100))
CYAN_A100
Accent cyan with a tint of A100 ( rgb = (132, 255, 255))
CYAN_A200
Accent cyan with a tint of A200 ( rgb = (24, 255, 255))
CYAN_A400
Accent cyan with a tint of A400 ( rgb = (0, 229, 255))
CYAN_A700
Accent cyan with a tint of A700 ( rgb = (0, 184, 212))
DEEPORANGE
Deep orange; same as DEEPORANGE_500 ( rgb = (255, 87, 34))
DEEPORANGE_50
Light deep orange with a tint of 50 ( rgb = (251, 233, 231))
DEEPORANGE_100
Light deep orange with a tint of 100 ( rgb = (255, 204, 188))
DEEPORANGE_200
Lighter deep orange with a tint of 200 ( rgb = (255, 171, 145))
DEEPORANGE_300
Lighter deep orange with a tint of 300 ( rgb = (255, 138, 101))
DEEPORANGE_400
Lighter deep orange with a tint of 400 ( rgb = (255, 112, 67))
DEEPORANGE_500
Deep orange with a tint of 500 ( rgb = (255, 87, 34))
DEEPORANGE_600
Darker deep orange with a tint of 600 ( rgb = (244, 81, 30))
DEEPORANGE_700
Darker deep orange with a tint of 700 ( rgb = (230, 74, 25))
DEEPORANGE_800
Dark deep orange with a tint of 800 ( rgb = (216, 67, 21))
DEEPORANGE_900
Dark deep orange with a tint of 900 ( rgb = (191, 54, 12))
DEEPORANGE_A100
Accent deep orange with a tint of A100 ( rgb = (255, 158, 128))
DEEPORANGE_A200
Accent deep orange with a tint of A200 ( rgb = (255, 110, 64))
DEEPORANGE_A400
Accent deep orange with a tint of A400 ( rgb = (255, 61, 0))
DEEPORANGE_A700
Accent deep orange with a tint of A700 ( rgb = (221, 44, 0))
DEEPPURPLE
Deep purple; same as DEEPPURPLE_500 ( rgb = (103, 58, 183))
DEEPPURPLE_50
Light deep purple with a tint of 50 ( rgb = (237, 231, 246))
DEEPPURPLE_100
Light deep purple with a tint of 100 ( rgb = (209, 196, 233))
DEEPPURPLE_200
Lighter deep purple with a tint of 200 ( rgb = (179, 157, 219))
DEEPPURPLE_300
Lighter deep purple with a tint of 300 ( rgb = (149, 117, 205))
DEEPPURPLE_400
Lighter deep purple with a tint of 400 ( rgb = (126, 87, 194))
DEEPPURPLE_500
Deep purple with a tint of 500 ( rgb = (103, 58, 183))
DEEPPURPLE_600
Darker deep purple with a tint of 600 ( rgb = (94, 53, 177))
DEEPPURPLE_700
Darker deep purple with a tint of 700 ( rgb = (81, 45, 168))
DEEPPURPLE_800
Dark deep purple with a tint of 800 ( rgb = (69, 39, 160))
DEEPPURPLE_900
Dark deep purple with a tint of 900 ( rgb = (49, 27, 146))
DEEPPURPLE_A100
Accent deep purple with a tint of A100 ( rgb = (179, 136, 255))
DEEPPURPLE_A200
Accent deep purple with a tint of A200 ( rgb = (124, 77, 255))
DEEPPURPLE_A400
Accent deep purple with a tint of A400 ( rgb = (101, 31, 255))
DEEPPURPLE_A700
Accent deep purple with a tint of A700 ( rgb = (98, 0, 234))
GREEN
Green; same as GREEN_500 ( rgb = (76, 175, 80))
GREEN_50
Light green with a tint of 50 ( rgb = (232, 245, 233))
GREEN_100
Light green with a tint of 100 ( rgb = (200, 230, 201))
GREEN_200
Lighter green with a tint of 200 ( rgb = (165, 214, 167))
GREEN_300
Lighter green with a tint of 300 ( rgb = (129, 199, 132))
GREEN_400
Lighter green with a tint of 400 ( rgb = (102, 187, 106))
GREEN_500
Green with a tint of 500 ( rgb = (76, 175, 80))
GREEN_600
Darker green with a tint of 600 ( rgb = (67, 160, 71))
GREEN_700
Darker green with a tint of 700 ( rgb = (56, 142, 60))
GREEN_800
Dark green with a tint of 800 ( rgb = (46, 125, 50))
GREEN_900
Dark green with a tint of 900 ( rgb = (27, 94, 32))
GREEN_A100
Accent green with a tint of A100 ( rgb = (185, 246, 202))
GREEN_A200
Accent green with a tint of A200 ( rgb = (105, 240, 174))
GREEN_A400
Accent green with a tint of A400 ( rgb = (0, 230, 118))
GREEN_A700
Accent green with a tint of A700 ( rgb = (0, 200, 83))
GREY
Grey; same as GREY_500 ( rgb = (158, 158, 158))
GREY_50
Light grey with a tint of 50 ( rgb = (250, 250, 250))
GREY_100
Light grey with a tint of 100 ( rgb = (245, 245, 245))
GREY_200
Lighter grey with a tint of 200 ( rgb = (238, 238, 238))
GREY_300
Lighter grey with a tint of 300 ( rgb = (224, 224, 224))
GREY_400
Lighter grey with a tint of 400 ( rgb = (189, 189, 189))
GREY_500
Grey with a tint of 500 ( rgb = (158, 158, 158))
GREY_600
Darker grey with a tint of 600 ( rgb = (117, 117, 117))
GREY_700
Darker grey with a tint of 700 ( rgb = (97, 97, 97))
GREY_800
Dark grey with a tint of 800 ( rgb = (66, 66, 66))
GREY_900
Dark grey with a tint of 900 ( rgb = (33, 33, 33))
GREY_A100
Accent grey with a tint of A100 ( rgb = (213, 213, 213))
GREY_A200
Accent grey with a tint of A200 ( rgb = (170, 170, 170))
GREY_A400
Accent grey with a tint of A400 ( rgb = (48, 48, 48))
GREY_A700
Accent grey with a tint of A700 ( rgb = (97, 97, 97))
INDIGO
Indigo; same as INDIGO_500 ( rgb = (63, 81, 181))
INDIGO_50
Light indigo with a tint of 50 ( rgb = (232, 234, 246))
INDIGO_100
Light indigo with a tint of 100 ( rgb = (197, 202, 233))
INDIGO_200
Lighter indigo with a tint of 200 ( rgb = (159, 168, 218))
INDIGO_300
Lighter indigo with a tint of 300 ( rgb = (121, 134, 203))
INDIGO_400
Lighter indigo with a tint of 400 ( rgb = (92, 107, 192))
INDIGO_500
Indigo with a tint of 500 ( rgb = (63, 81, 181))
INDIGO_600
Darker indigo with a tint of 600 ( rgb = (57, 73, 171))
INDIGO_700
Darker indigo with a tint of 700 ( rgb = (48, 63, 159))
INDIGO_800
Dark indigo with a tint of 800 ( rgb = (40, 53, 147))
INDIGO_900
Dark indigo with a tint of 900 ( rgb = (26, 35, 126))
INDIGO_A100
Accent indigo with a tint of A100 ( rgb = (140, 158, 255))
INDIGO_A200
Accent indigo with a tint of A200 ( rgb = (83, 109, 254))
INDIGO_A400
Accent indigo with a tint of A400 ( rgb = (61, 90, 254))
INDIGO_A700
Accent indigo with a tint of A700 ( rgb = (48, 79, 254))
LIGHTBLUE
Light blue; same as LIGHTBLUE_500 ( rgb = (3, 169, 244))
LIGHTBLUE_50
Light light blue with a tint of 50 ( rgb = (225, 245, 254))
LIGHTBLUE_100
Light light blue with a tint of 100 ( rgb = (179, 229, 252))
LIGHTBLUE_200
Lighter light blue with a tint of 200 ( rgb = (129, 212, 250))
LIGHTBLUE_300
Lighter light blue with a tint of 300 ( rgb = (79, 195, 247))
LIGHTBLUE_400
Lighter light blue with a tint of 400 ( rgb = (41, 182, 246))
LIGHTBLUE_500
Light blue with a tint of 500 ( rgb = (3, 169, 244))
LIGHTBLUE_600
Darker light blue with a tint of 600 ( rgb = (3, 155, 229))
LIGHTBLUE_700
Darker light blue with a tint of 700 ( rgb = (2, 136, 209))
LIGHTBLUE_800
Dark light blue with a tint of 800 ( rgb = (2, 119, 189))
LIGHTBLUE_900
Dark light blue with a tint of 900 ( rgb = (1, 87, 155))
LIGHTBLUE_A100
Accent light blue with a tint of A100 ( rgb = (128, 216, 255))
LIGHTBLUE_A200
Accent light blue with a tint of A200 ( rgb = (64, 196, 255))
LIGHTBLUE_A400
Accent light blue with a tint of A400 ( rgb = (0, 176, 255))
LIGHTBLUE_A700
Accent light blue with a tint of A700 ( rgb = (0, 145, 234))
LIGHTGREEN
Light green; same as LIGHTGREEN_500 ( rgb = (139, 195, 74))
LIGHTGREEN_50
Light light green with a tint of 50 ( rgb = (241, 248, 233))
LIGHTGREEN_100
Light light green with a tint of 100 ( rgb = (220, 237, 200))
LIGHTGREEN_200
Lighter light green with a tint of 200 ( rgb = (197, 225, 165))
LIGHTGREEN_300
Lighter light green with a tint of 300 ( rgb = (174, 213, 129))
LIGHTGREEN_400
Lighter light green with a tint of 400 ( rgb = (156, 204, 101))
LIGHTGREEN_500
Light green with a tint of 500 ( rgb = (139, 195, 74))
LIGHTGREEN_600
Darker light green with a tint of 600 ( rgb = (124, 179, 66))
LIGHTGREEN_700
Darker light green with a tint of 700 ( rgb = (104, 159, 56))
LIGHTGREEN_800
Dark light green with a tint of 800 ( rgb = (85, 139, 47))
LIGHTGREEN_900
Dark light green with a tint of 900 ( rgb = (51, 105, 30))
LIGHTGREEN_A100
Accent light green with a tint of A100 ( rgb = (204, 255, 144))
LIGHTGREEN_A200
Accent light green with a tint of A200 ( rgb = (178, 255, 89))
LIGHTGREEN_A400
Accent light green with a tint of A400 ( rgb = (118, 255, 3))
LIGHTGREEN_A700
Accent light green with a tint of A700 ( rgb = (100, 221, 23))
LIME
Lime; same as LIME_500 ( rgb = (205, 220, 57))
LIME_50
Light lime with a tint of 50 ( rgb = (249, 251, 231))
LIME_100
Light lime with a tint of 100 ( rgb = (240, 244, 195))
LIME_200
Lighter lime with a tint of 200 ( rgb = (230, 238, 156))
LIME_300
Lighter lime with a tint of 300 ( rgb = (220, 231, 117))
LIME_400
Lighter lime with a tint of 400 ( rgb = (212, 225, 87))
LIME_500
Lime with a tint of 500 ( rgb = (205, 220, 57))
LIME_600
Darker lime with a tint of 600 ( rgb = (192, 202, 51))
LIME_700
Darker lime with a tint of 700 ( rgb = (175, 180, 43))
LIME_800
Dark lime with a tint of 800 ( rgb = (158, 157, 36))
LIME_900
Dark lime with a tint of 900 ( rgb = (130, 119, 23))
LIME_A100
Accent lime with a tint of A100 ( rgb = (244, 255, 129))
LIME_A200
Accent lime with a tint of A200 ( rgb = (238, 255, 65))
LIME_A400
Accent lime with a tint of A400 ( rgb = (198, 255, 0))
LIME_A700
Accent lime with a tint of A700 ( rgb = (174, 234, 0))
ORANGE
Orange; same as ORANGE_500 ( rgb = (255, 152, 0))
ORANGE_50
Light orange with a tint of 50 ( rgb = (255, 243, 224))
ORANGE_100
Light orange with a tint of 100 ( rgb = (255, 224, 178))
ORANGE_200
Lighter orange with a tint of 200 ( rgb = (255, 204, 128))
ORANGE_300
Lighter orange with a tint of 300 ( rgb = (255, 183, 77))
ORANGE_400
Lighter orange with a tint of 400 ( rgb = (255, 167, 38))
ORANGE_500
Orange with a tint of 500 ( rgb = (255, 152, 0))
ORANGE_600
Darker orange with a tint of 600 ( rgb = (251, 140, 0))
ORANGE_700
Darker orange with a tint of 700 ( rgb = (245, 124, 0))
ORANGE_800
Dark orange with a tint of 800 ( rgb = (239, 108, 0))
ORANGE_900
Dark orange with a tint of 900 ( rgb = (230, 81, 0))
ORANGE_A100
Accent orange with a tint of A100 ( rgb = (255, 209, 128))
ORANGE_A200
Accent orange with a tint of A200 ( rgb = (255, 171, 64))
ORANGE_A400
Accent orange with a tint of A400 ( rgb = (255, 145, 0))
ORANGE_A700
Accent orange with a tint of A700 ( rgb = (255, 109, 0))
PINK
Pink; same as PINK_500 ( rgb = (233, 30, 99))
PINK_50
Light pink with a tint of 50 ( rgb = (252, 228, 236))
PINK_100
Light pink with a tint of 100 ( rgb = (248, 187, 208))
PINK_200
Lighter pink with a tint of 200 ( rgb = (244, 143, 177))
PINK_300
Lighter pink with a tint of 300 ( rgb = (240, 98, 146))
PINK_400
Lighter pink with a tint of 400 ( rgb = (236, 64, 122))
PINK_500
Pink with a tint of 500 ( rgb = (233, 30, 99))
PINK_600
Darker pink with a tint of 600 ( rgb = (216, 27, 96))
PINK_700
Darker pink with a tint of 700 ( rgb = (194, 24, 91))
PINK_800
Dark pink with a tint of 800 ( rgb = (173, 20, 87))
PINK_900
Dark pink with a tint of 900 ( rgb = (136, 14, 79))
PINK_A100
Accent pink with a tint of A100 ( rgb = (255, 128, 171))
PINK_A200
Accent pink with a tint of A200 ( rgb = (255, 64, 129))
PINK_A400
Accent pink with a tint of A400 ( rgb = (245, 0, 87))
PINK_A700
Accent pink with a tint of A700 ( rgb = (197, 17, 98))
PURPLE
Purple; same as PURPLE_500 ( rgb = (156, 39, 176))
PURPLE_50
Light purple with a tint of 50 ( rgb = (243, 229, 245))
PURPLE_100
Light purple with a tint of 100 ( rgb = (225, 190, 231))
PURPLE_200
Lighter purple with a tint of 200 ( rgb = (206, 147, 216))
PURPLE_300
Lighter purple with a tint of 300 ( rgb = (186, 104, 200))
PURPLE_400
Lighter purple with a tint of 400 ( rgb = (171, 71, 188))
PURPLE_500
Purple with a tint of 500 ( rgb = (156, 39, 176))
PURPLE_600
Darker purple with a tint of 600 ( rgb = (142, 36, 170))
PURPLE_700
Darker purple with a tint of 700 ( rgb = (123, 31, 162))
PURPLE_800
Dark purple with a tint of 800 ( rgb = (106, 27, 154))
PURPLE_900
Dark purple with a tint of 900 ( rgb = (74, 20, 140))
PURPLE_A100
Accent purple with a tint of A100 ( rgb = (234, 128, 252))
PURPLE_A200
Accent purple with a tint of A200 ( rgb = (224, 64, 251))
PURPLE_A400
Accent purple with a tint of A400 ( rgb = (213, 0, 249))
PURPLE_A700
Accent purple with a tint of A700 ( rgb = (170, 0, 255))
RED
Red; same as RED_500 ( rgb = (244, 67, 54))
RED_50
Light red with a tint of 50 ( rgb = (255, 235, 238))
RED_100
Light red with a tint of 100 ( rgb = (255, 205, 210))
RED_200
Lighter red with a tint of 200 ( rgb = (239, 154, 154))
RED_300
Lighter red with a tint of 300 ( rgb = (229, 115, 115))
RED_400
Lighter red with a tint of 400 ( rgb = (239, 83, 80))
RED_500
Red with a tint of 500 ( rgb = (244, 67, 54))
RED_600
Darker red with a tint of 600 ( rgb = (229, 57, 53))
RED_700
Darker red with a tint of 700 ( rgb = (211, 47, 47))
RED_800
Dark red with a tint of 800 ( rgb = (198, 40, 40))
RED_900
Dark red with a tint of 900 ( rgb = (183, 28, 28))
RED_A100
Accent red with a tint of A100 ( rgb = (255, 138, 128))
RED_A200
Accent red with a tint of A200 ( rgb = (255, 82, 82))
RED_A400
Accent red with a tint of A400 ( rgb = (255, 23, 68))
RED_A700
Accent red with a tint of A700 ( rgb = (213, 0, 0))
TEAL
Teal; same as TEAL_500 ( rgb = (0, 150, 136))
TEAL_50
Light teal with a tint of 50 ( rgb = (224, 242, 241))
TEAL_100
Light teal with a tint of 100 ( rgb = (178, 223, 219))
TEAL_200
Lighter teal with a tint of 200 ( rgb = (128, 203, 196))
TEAL_300
Lighter teal with a tint of 300 ( rgb = (77, 182, 172))
TEAL_400
Lighter teal with a tint of 400 ( rgb = (38, 166, 154))
TEAL_500
Teal with a tint of 500 ( rgb = (0, 150, 136))
TEAL_600
Darker teal with a tint of 600 ( rgb = (0, 137, 123))
TEAL_700
Darker teal with a tint of 700 ( rgb = (0, 121, 107))
TEAL_800
Dark teal with a tint of 800 ( rgb = (0, 105, 92))
TEAL_900
Dark teal with a tint of 900 ( rgb = (0, 77, 64))
TEAL_A100
Accent teal with a tint of A100 ( rgb = (167, 255, 235))
TEAL_A200
Accent teal with a tint of A200 ( rgb = (100, 255, 218))
TEAL_A400
Accent teal with a tint of A400 ( rgb = (29, 233, 182))
TEAL_A700
Accent teal with a tint of A700 ( rgb = (0, 191, 165))
WHITE
White ( rgb = (255, 255, 255))
YELLOW
Yellow; same as YELLOW_500 ( rgb = (255, 235, 59))
YELLOW_50
Light yellow with a tint of 50 ( rgb = (255, 253, 231))
YELLOW_100
Light yellow with a tint of 100 ( rgb = (255, 249, 196))
YELLOW_200
Lighter yellow with a tint of 200 ( rgb = (255, 245, 157))
YELLOW_300
Lighter yellow with a tint of 300 ( rgb = (255, 241, 118))
YELLOW_400
Lighter yellow with a tint of 400 ( rgb = (255, 238, 88))
YELLOW_500
Yellow with a tint of 500 ( rgb = (255, 235, 59))
YELLOW_600
Darker yellow with a tint of 600 ( rgb = (253, 216, 53))
YELLOW_700
Darker yellow with a tint of 700 ( rgb = (251, 192, 45))
YELLOW_800
Dark yellow with a tint of 800 ( rgb = (249, 168, 37))
YELLOW_900
Dark yellow with a tint of 900 ( rgb = (245, 127, 23))
YELLOW_A100
Accent yellow with a tint of A100 ( rgb = (255, 255, 141))
YELLOW_A200
Accent yellow with a tint of A200 ( rgb = (255, 255, 0))
YELLOW_A400
Accent yellow with a tint of A400 ( rgb = (255, 234, 0))
YELLOW_A700
Accent yellow with a tint of A700 ( rgb = (255, 214, 0))