-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathColors.py
More file actions
22 lines (17 loc) · 1.02 KB
/
Colors.py
File metadata and controls
22 lines (17 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#Colors module
class Dichromias():
CRYSTAL_BLUE = ((59, 73, 101), (18, 231, 238)) # Light Blue Dark Blue
SEA_BLUE = ((3, 12, 84), (81, 162, 213)) # Very Deep Blue Moderate Blue
BIGHEAD_RED = ((75,19,79), (201,75,75)) # Purple Orange Red
LAWRENCE_BLUE = ((15,12,41), (48,43,99)) # Dark Purple Purple
# HAPPY_GREEN = ((0,176,155), (150,201,61)) # Acqua Green Light Green (Removed)
SELENIUM_GRAY = ((60,59,63), (96,92,60)) # Dark Gray Selenium Olive
HAPPY_PINK = ((128,0,128), (255,192,203)) # Flash Pink Pink
# FLASH_ORANGE = ((252,74,26), (247,183,51)) # Flash Red Orange (Removed)
ARGON_PURPLE = ((115,3,192), (236,56,188)) # Purple Fuchsia
HYDROGEN_CYAN = ((0,130,200), (102,125,182)) # Cyan Dusk Blue
PEACH = ((240,80,83), (225,238,195)) # Peach Yellow Peach Red
class Trichromias():
HYDROGEN = ((102,125,182), (0,130,200), (102,125,182)) # Dusk Blue, Cyan, Dusk Blue
class Tetrachromias():
ARGON = ((3,0,30), (115,3,192), (236,56,188), (253,239,249)) # Black, Purple, Fuchsia, White