pub const HIGHLIGHTS: [RGBColor; 9];
Expand description

An array of 9 “flavored, distinct but not too avant-garde” colors:

- CHERRY_RED:          (221, 37, 30)   #DD2520
- BLUEBERRY_BLUE:      (54, 111, 177)  #3670B1
- LIME_GREEN:          (128, 255, 0)   #80FF00
- GRAPE_PURPLE:        (106, 47, 107)  #6A2F6B
- LEMON_YELLOW:        (255, 253, 56)  #FFFD38
- ORANGE_CREAM:        (255, 84, 3)    #FF5403
- PEANUT_BUTTER_BROWN: (164, 134, 69)  #A48644
- POMEGRANATE_PINK:    (217, 87, 122)  #D95770
- MINT_GREEN:          (141, 215, 145) #8DD791