Russian Palette by Alexander Zaytsev
creamyPeach : Element.Color
rgb255 0xf3 0xa6 0x83
creamyPeachHex : String
#f3a683
creamyPeachRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xf3, green = 0xa6, blue = 0x83 }
rosyHighlight : Element.Color
rgb255 0xf7 0xd7 0x94
rosyHighlightHex : String
#f7d794
rosyHighlightRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xf7, green = 0xd7, blue = 0x94 }
softBlue : Element.Color
rgb255 0x77 0x8b 0xeb
softBlueHex : String
#778beb
softBlueRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x77, green = 0x8b, blue = 0xeb }
brewedMustard : Element.Color
rgb255 0xe7 0x7f 0x67
brewedMustardHex : String
#e77f67
brewedMustardRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xe7, green = 0x7f, blue = 0x67 }
oldGeranium : Element.Color
rgb255 0xcf 0x6a 0x87
oldGeraniumHex : String
#cf6a87
oldGeraniumRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xcf, green = 0x6a, blue = 0x87 }
sawtoothAak : Element.Color
rgb255 0xf1 0x90 0x66
sawtoothAakHex : String
#f19066
sawtoothAakRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xf1, green = 0x90, blue = 0x66 }
summertime : Element.Color
rgb255 0xf5 0xcd 0x79
summertimeHex : String
#f5cd79
summertimeRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xf5, green = 0xcd, blue = 0x79 }
cornflower : Element.Color
rgb255 0x54 0x6d 0xe5
cornflowerHex : String
#546de5
cornflowerRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x54, green = 0x6d, blue = 0xe5 }
tigerlily : Element.Color
rgb255 0xe1 0x5f 0x41
tigerlilyHex : String
#e15f41
tigerlilyRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xe1, green = 0x5f, blue = 0x41 }
deepRose : Element.Color
rgb255 0xc4 0x45 0x69
deepRoseHex : String
#c44569
deepRoseRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xc4, green = 0x45, blue = 0x69 }
purpleMountainMajesty : Element.Color
rgb255 0x78 0x6f 0xa6
purpleMountainMajestyHex : String
#786fa6
purpleMountainMajestyRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x78, green = 0x6f, blue = 0xa6 }
roguePink : Element.Color
rgb255 0xf8 0xa5 0xc2
roguePinkHex : String
#f8a5c2
roguePinkRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xf8, green = 0xa5, blue = 0xc2 }
squeaky : Element.Color
rgb255 0x63 0xcd 0xda
squeakyHex : String
#63cdda
squeakyRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x63, green = 0xcd, blue = 0xda }
appleValley : Element.Color
rgb255 0xea 0x86 0x85
appleValleyHex : String
#ea8685
appleValleyRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xea, green = 0x86, blue = 0x85 }
pencilLead : Element.Color
rgb255 0x59 0x62 0x75
pencilLeadHex : String
#596275
pencilLeadRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x59, green = 0x62, blue = 0x75 }
purpleCorallite : Element.Color
rgb255 0x57 0x4b 0x90
purpleCoralliteHex : String
#574b90
purpleCoralliteRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x57, green = 0x4b, blue = 0x90 }
flamingoPink : Element.Color
rgb255 0xf7 0x8f 0xb3
flamingoPinkHex : String
#f78fb3
flamingoPinkRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xf7, green = 0x8f, blue = 0xb3 }
blueCuracao : Element.Color
rgb255 0x3d 0xc1 0xd3
blueCuracaoHex : String
#3dc1d3
blueCuracaoRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x3d, green = 0xc1, blue = 0xd3 }
porcelainRose : Element.Color
rgb255 0xe6 0x67 0x67
porcelainRoseHex : String
#e66767
porcelainRoseRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xe6, green = 0x67, blue = 0x67 }
biscay : Element.Color
rgb255 0x30 0x39 0x52
biscayHex : String
#303952
biscayRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x30, green = 0x39, blue = 0x52 }
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