String
Hat colors are just strings containing a color such as "#262E33"
.
These are just String
s, so feel free to define others, and do let your users choose their own.
black : HatColor
#262E33
blue01 : HatColor
#65C9FF
blue02 : HatColor
#5199E4
blue03 : HatColor
#25557C
gray01 : HatColor
#E6E6E6
gray02 : HatColor
#929598
heather : HatColor
#3C4F5C
pastelBlue : HatColor
#B1E2FF
pastelGreen : HatColor
#A7FFC4
pastelOrange : HatColor
#FFDEB5
pastelRed : HatColor
#FFAFB9
pastelYellow : HatColor
#FFFFB1
pink : HatColor
#FF488E
red : HatColor
#FF5C5C
white : HatColor
#FFFFFF