Spanish Palette by Miguel Camacho
jacksonsPurple : Element.Color
rgb255 0x40 0x40 0x7a
jacksonsPurpleHex : String
#40407a
jacksonsPurpleRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x40, green = 0x40, blue = 0x7a }
c64Purple : Element.Color
rgb255 0x70 0x6f 0xd3
c64PurpleHex : String
#706fd3
c64PurpleRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x70, green = 0x6f, blue = 0xd3 }
swanWhite : Element.Color
rgb255 0xf7 0xf1 0xe3
swanWhiteHex : String
#f7f1e3
swanWhiteRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xf7, green = 0xf1, blue = 0xe3 }
summerSky : Element.Color
rgb255 0x34 0xac 0xe0
summerSkyHex : String
#34ace0
summerSkyRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x34, green = 0xac, blue = 0xe0 }
celestialGreen : Element.Color
rgb255 0x33 0xd9 0xb2
celestialGreenHex : String
#33d9b2
celestialGreenRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x33, green = 0xd9, blue = 0xb2 }
luckyPoint : Element.Color
rgb255 0x2c 0x2c 0x54
luckyPointHex : String
#2c2c54
luckyPointRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x2c, green = 0x2c, blue = 0x54 }
liberty : Element.Color
rgb255 0x47 0x47 0x87
libertyHex : String
#474787
libertyRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x47, green = 0x47, blue = 0x87 }
hotStone : Element.Color
rgb255 0xaa 0xa6 0x9d
hotStoneHex : String
#aaa69d
hotStoneRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xaa, green = 0xa6, blue = 0x9d }
devilBlue : Element.Color
rgb255 0x22 0x70 0x93
devilBlueHex : String
#227093
devilBlueRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x22, green = 0x70, blue = 0x93 }
palmSpringsSplash : Element.Color
rgb255 0x21 0x8c 0x74
palmSpringsSplashHex : String
#218c74
palmSpringsSplashRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x21, green = 0x8c, blue = 0x74 }
fluorescentRed : Element.Color
rgb255 0xff 0x52 0x52
fluorescentRedHex : String
#ff5252
fluorescentRedRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xff, green = 0x52, blue = 0x52 }
syntheticPumpkin : Element.Color
rgb255 0xff 0x79 0x3f
syntheticPumpkinHex : String
#ff793f
syntheticPumpkinRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xff, green = 0x79, blue = 0x3f }
crocodileTooth : Element.Color
rgb255 0xd1 0xcc 0xc0
crocodileToothHex : String
#d1ccc0
crocodileToothRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xd1, green = 0xcc, blue = 0xc0 }
mandarinSorbet : Element.Color
rgb255 0xff 0xb1 0x42
mandarinSorbetHex : String
#ffb142
mandarinSorbetRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xff, green = 0xb1, blue = 0x42 }
spicedButternut : Element.Color
rgb255 0xff 0xda 0x79
spicedButternutHex : String
#ffda79
spicedButternutRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xff, green = 0xda, blue = 0x79 }
eyeOfNewt : Element.Color
rgb255 0xb3 0x39 0x39
eyeOfNewtHex : String
#b33939
eyeOfNewtRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xb3, green = 0x39, blue = 0x39 }
chileanFire : Element.Color
rgb255 0xcd 0x61 0x33
chileanFireHex : String
#cd6133
chileanFireRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xcd, green = 0x61, blue = 0x33 }
greyPorcelain : Element.Color
rgb255 0x84 0x81 0x7a
greyPorcelainHex : String
#84817a
greyPorcelainRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x84, green = 0x81, blue = 0x7a }
alamedaOchre : Element.Color
rgb255 0xcc 0x8e 0x35
alamedaOchreHex : String
#cc8e35
alamedaOchreRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xcc, green = 0x8e, blue = 0x35 }
desert : Element.Color
rgb255 0xcc 0xae 0x62
desertHex : String
#ccae62
desertRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xcc, green = 0xae, blue = 0x62 }
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