miniBill / elm-avataaars / Avataaars.Clothes

Clothes


type Clothes
    = BlazerShirt
    | BlazerSweater
    | CollarSweater Color
    | GraphicShirt Color Avataaars.Graphics.Graphics
    | Hoodie Color
    | Overall Color
    | ShirtCrewNeck Color
    | ShirtScoopNeck Color
    | ShirtVNeck Color

Clothes kinds.

Colors

These are just Strings, so feel free to define others, and do let your users choose their own.


type alias Color =
String

A color is just a string such as "#262E33".

black : Color

#262E33

blue01 : Color

#65C9FF

blue02 : Color

#5199E4

blue03 : Color

#25557C

gray01 : Color

#E6E6E6

gray02 : Color

#929598

heather : Color

#3C4F5C

pastelBlue : Color

#B1E2FF

pastelGreen : Color

#A7FFC4

pastelOrange : Color

#FFDEB5

pastelRed : Color

#FFAFB9

pastelYellow : Color

#FFFFB1

pink : Color

#FF488E

red : Color

#FF5C5C

white : Color

#FFFFFF