British Palette by Jan Losert
protossPylon : Element.Color
rgb255 0x00 0xa8 0xff
protossPylonHex : String
#00a8ff
protossPylonRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x00, green = 0xa8, blue = 0xff }
periwinkle : Element.Color
rgb255 0x9c 0x88 0xff
periwinkleHex : String
#9c88ff
periwinkleRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x9c, green = 0x88, blue = 0xff }
riseNShine : Element.Color
rgb255 0xfb 0xc5 0x31
riseNShineHex : String
#fbc531
riseNShineRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xfb, green = 0xc5, blue = 0x31 }
downloadProgress : Element.Color
rgb255 0x4c 0xd1 0x37
downloadProgressHex : String
#4cd137
downloadProgressRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x4c, green = 0xd1, blue = 0x37 }
seabrook : Element.Color
rgb255 0x48 0x7e 0xb0
seabrookHex : String
#487eb0
seabrookRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x48, green = 0x7e, blue = 0xb0 }
vanadylBlue : Element.Color
rgb255 0x00 0x97 0xe6
vanadylBlueHex : String
#0097e6
vanadylBlueRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x00, green = 0x97, blue = 0xe6 }
mattPurple : Element.Color
rgb255 0x8c 0x7a 0xe6
mattPurpleHex : String
#8c7ae6
mattPurpleRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x8c, green = 0x7a, blue = 0xe6 }
nanohanachaGold : Element.Color
rgb255 0xe1 0xb1 0x2c
nanohanachaGoldHex : String
#e1b12c
nanohanachaGoldRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xe1, green = 0xb1, blue = 0x2c }
skirretGreen : Element.Color
rgb255 0x44 0xbd 0x32
skirretGreenHex : String
#44bd32
skirretGreenRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x44, green = 0xbd, blue = 0x32 }
naval : Element.Color
rgb255 0x40 0x73 0x9e
navalHex : String
#40739e
navalRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x40, green = 0x73, blue = 0x9e }
nasturcianFlower : Element.Color
rgb255 0xe8 0x41 0x18
nasturcianFlowerHex : String
#e84118
nasturcianFlowerRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xe8, green = 0x41, blue = 0x18 }
lynxWhite : Element.Color
rgb255 0xf5 0xf6 0xfa
lynxWhiteHex : String
#f5f6fa
lynxWhiteRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xf5, green = 0xf6, blue = 0xfa }
blueberrySoda : Element.Color
rgb255 0x7f 0x8f 0xa6
blueberrySodaHex : String
#7f8fa6
blueberrySodaRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x7f, green = 0x8f, blue = 0xa6 }
mazarineBlue : Element.Color
rgb255 0x27 0x3c 0x75
mazarineBlueHex : String
#273c75
mazarineBlueRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x27, green = 0x3c, blue = 0x75 }
blueNights : Element.Color
rgb255 0x35 0x3b 0x48
blueNightsHex : String
#353b48
blueNightsRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x35, green = 0x3b, blue = 0x48 }
harleyDavidsonOrange : Element.Color
rgb255 0xc2 0x36 0x16
harleyDavidsonOrangeHex : String
#c23616
harleyDavidsonOrangeRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xc2, green = 0x36, blue = 0x16 }
hintOfPensive : Element.Color
rgb255 0xdc 0xdd 0xe1
hintOfPensiveHex : String
#dcdde1
hintOfPensiveRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xdc, green = 0xdd, blue = 0xe1 }
chainGangGrey : Element.Color
rgb255 0x71 0x80 0x93
chainGangGreyHex : String
#718093
chainGangGreyRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x71, green = 0x80, blue = 0x93 }
picoVoid : Element.Color
rgb255 0x19 0x2a 0x56
picoVoidHex : String
#192a56
picoVoidRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x19, green = 0x2a, blue = 0x56 }
electromagnetic : Element.Color
rgb255 0x2f 0x36 0x40
electromagneticHex : String
#2f3640
electromagneticRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x2f, green = 0x36, blue = 0x40 }
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