Chinese Palette by Wenjun
goldenSand : Element.Color
rgb255 0xec 0xcc 0x68
goldenSandHex : String
#eccc68
goldenSandRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xec, green = 0xcc, blue = 0x68 }
coral : Element.Color
rgb255 0xff 0x7f 0x50
coralHex : String
#ff7f50
coralRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xff, green = 0x7f, blue = 0x50 }
wildWatermelon : Element.Color
rgb255 0xff 0x6b 0x81
wildWatermelonHex : String
#ff6b81
wildWatermelonRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xff, green = 0x6b, blue = 0x81 }
peace : Element.Color
rgb255 0xa4 0xb0 0xbe
peaceHex : String
#a4b0be
peaceRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xa4, green = 0xb0, blue = 0xbe }
grisaille : Element.Color
rgb255 0x57 0x60 0x6f
grisailleHex : String
#57606f
grisailleRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x57, green = 0x60, blue = 0x6f }
orange : Element.Color
rgb255 0xff 0xa5 0x02
orangeHex : String
#ffa502
orangeRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xff, green = 0xa5, blue = 0x02 }
bruschettaTomato : Element.Color
rgb255 0xff 0x63 0x48
bruschettaTomatoHex : String
#ff6348
bruschettaTomatoRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xff, green = 0x63, blue = 0x48 }
watermelon : Element.Color
rgb255 0xff 0x47 0x57
watermelonHex : String
#ff4757
watermelonRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xff, green = 0x47, blue = 0x57 }
bayWharf : Element.Color
rgb255 0x74 0x7d 0x8c
bayWharfHex : String
#747d8c
bayWharfRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x74, green = 0x7d, blue = 0x8c }
prestigeBlue : Element.Color
rgb255 0x2f 0x35 0x42
prestigeBlueHex : String
#2f3542
prestigeBlueRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x2f, green = 0x35, blue = 0x42 }
limeSoap : Element.Color
rgb255 0x7b 0xed 0x9f
limeSoapHex : String
#7bed9f
limeSoapRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x7b, green = 0xed, blue = 0x9f }
frenchSkyBlue : Element.Color
rgb255 0x70 0xa1 0xff
frenchSkyBlueHex : String
#70a1ff
frenchSkyBlueRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x70, green = 0xa1, blue = 0xff }
saturatedSky : Element.Color
rgb255 0x53 0x52 0xed
saturatedSkyHex : String
#5352ed
saturatedSkyRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x53, green = 0x52, blue = 0xed }
white : Element.Color
rgb255 0xff 0xff 0xff
whiteHex : String
#ffffff
whiteRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xff, green = 0xff, blue = 0xff }
cityLights : Element.Color
rgb255 0xdf 0xe4 0xea
cityLightsHex : String
#dfe4ea
cityLightsRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xdf, green = 0xe4, blue = 0xea }
ufoGreen : Element.Color
rgb255 0x2e 0xd5 0x73
ufoGreenHex : String
#2ed573
ufoGreenRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x2e, green = 0xd5, blue = 0x73 }
clearChill : Element.Color
rgb255 0x1e 0x90 0xff
clearChillHex : String
#1e90ff
clearChillRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x1e, green = 0x90, blue = 0xff }
brightGreek : Element.Color
rgb255 0x37 0x42 0xfa
brightGreekHex : String
#3742fa
brightGreekRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x37, green = 0x42, blue = 0xfa }
antiFlashWhite : Element.Color
rgb255 0xf1 0xf2 0xf6
antiFlashWhiteHex : String
#f1f2f6
antiFlashWhiteRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xf1, green = 0xf2, blue = 0xf6 }
twinkleBlue : Element.Color
rgb255 0xce 0xd6 0xe0
twinkleBlueHex : String
#ced6e0
twinkleBlueRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xce, green = 0xd6, blue = 0xe0 }
all : List Element.Color
All Elm UI Colors
allHex : List String
All Hex Strings
allRgb : List { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
All RGB Values
allLight : List Element.Color
Light Elm UI Colors
allLightHex : List String
Light Hex Strings
allLightRgb : List { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
Light RGB Values
allDark : List Element.Color
Dark Elm UI Colors
allDarkHex : List String
Dark Hex Strings
allDarkRgb : List { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
Dark RGB Values