miniBill / elm-avataaars / Avataaars.HatColor

HatColor


type alias HatColor =
String

Hat colors are just strings containing a color such as "#262E33".

Default colors

These are just Strings, 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