Turkish Palette by Tamer Köseli
brightLilac : Element.Color
rgb255 0xcd 0x84 0xf1
brightLilacHex : String
#cd84f1
brightLilacRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xcd, green = 0x84, blue = 0xf1 }
prettyPlease : Element.Color
rgb255 0xff 0xcc 0xcc
prettyPleaseHex : String
#ffcccc
prettyPleaseRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xff, green = 0xcc, blue = 0xcc }
lightRed : Element.Color
rgb255 0xff 0x4d 0x4d
lightRedHex : String
#ff4d4d
lightRedRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xff, green = 0x4d, blue = 0x4d }
mandarinSorbet : Element.Color
rgb255 0xff 0xaf 0x40
mandarinSorbetHex : String
#ffaf40
mandarinSorbetRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xff, green = 0xaf, blue = 0x40 }
unmellowYellow : Element.Color
rgb255 0xff 0xfa 0x65
unmellowYellowHex : String
#fffa65
unmellowYellowRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xff, green = 0xfa, blue = 0x65 }
lightPurple : Element.Color
rgb255 0xc5 0x6c 0xf0
lightPurpleHex : String
#c56cf0
lightPurpleRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xc5, green = 0x6c, blue = 0xf0 }
youngSalmon : Element.Color
rgb255 0xff 0xb8 0xb8
youngSalmonHex : String
#ffb8b8
youngSalmonRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xff, green = 0xb8, blue = 0xb8 }
redOrange : Element.Color
rgb255 0xff 0x38 0x38
redOrangeHex : String
#ff3838
redOrangeRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xff, green = 0x38, blue = 0x38 }
radiantYellow : Element.Color
rgb255 0xff 0x9f 0x1a
radiantYellowHex : String
#ff9f1a
radiantYellowRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xff, green = 0x9f, blue = 0x1a }
dornYellow : Element.Color
rgb255 0xff 0xf2 0x00
dornYellowHex : String
#fff200
dornYellowRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xff, green = 0xf2, blue = 0x00 }
wintergreen : Element.Color
rgb255 0x32 0xff 0x7e
wintergreenHex : String
#32ff7e
wintergreenRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x32, green = 0xff, blue = 0x7e }
electricBlue : Element.Color
rgb255 0x7e 0xff 0xf5
electricBlueHex : String
#7efff5
electricBlueRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x7e, green = 0xff, blue = 0xf5 }
neonBlue : Element.Color
rgb255 0x18 0xdc 0xff
neonBlueHex : String
#18dcff
neonBlueRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x18, green = 0xdc, blue = 0xff }
lightSlateBlue : Element.Color
rgb255 0x7d 0x5f 0xff
lightSlateBlueHex : String
#7d5fff
lightSlateBlueRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x7d, green = 0x5f, blue = 0xff }
shadowedSteel : Element.Color
rgb255 0x4b 0x4b 0x4b
shadowedSteelHex : String
#4b4b4b
shadowedSteelRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x4b, green = 0x4b, blue = 0x4b }
weirdGreen : Element.Color
rgb255 0x3a 0xe3 0x74
weirdGreenHex : String
#3ae374
weirdGreenRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x3a, green = 0xe3, blue = 0x74 }
hammamBlue : Element.Color
rgb255 0x67 0xe6 0xdc
hammamBlueHex : String
#67e6dc
hammamBlueRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x67, green = 0xe6, blue = 0xdc }
spiroDiscoBall : Element.Color
rgb255 0x17 0xc0 0xeb
spiroDiscoBallHex : String
#17c0eb
spiroDiscoBallRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x17, green = 0xc0, blue = 0xeb }
lightIndigo : Element.Color
rgb255 0x71 0x58 0xe2
lightIndigoHex : String
#7158e2
lightIndigoRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x71, green = 0x58, blue = 0xe2 }
balticSea : Element.Color
rgb255 0x3d 0x3d 0x3d
balticSeaHex : String
#3d3d3d
balticSeaRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x3d, green = 0x3d, blue = 0x3d }
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