Aussie Palette by Kate Hoolahan
beekeeper : Element.Color
rgb255 0xf6 0xe5 0x8d
beekeeperHex : String
#f6e58d
beekeeperRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xf6, green = 0xe5, blue = 0x8d }
spicedNectarine : Element.Color
rgb255 0xff 0xbe 0x76
spicedNectarineHex : String
#ffbe76
spicedNectarineRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xff, green = 0xbe, blue = 0x76 }
pinkGlamour : Element.Color
rgb255 0xff 0x79 0x79
pinkGlamourHex : String
#ff7979
pinkGlamourRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xff, green = 0x79, blue = 0x79 }
juneBud : Element.Color
rgb255 0xba 0xdc 0x58
juneBudHex : String
#badc58
juneBudRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xba, green = 0xdc, blue = 0x58 }
coastalBreeze : Element.Color
rgb255 0xdf 0xf9 0xfb
coastalBreezeHex : String
#dff9fb
coastalBreezeRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xdf, green = 0xf9, blue = 0xfb }
turbo : Element.Color
rgb255 0xf9 0xca 0x24
turboHex : String
#f9ca24
turboRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xf9, green = 0xca, blue = 0x24 }
quinceJelly : Element.Color
rgb255 0xf0 0x93 0x2b
quinceJellyHex : String
#f0932b
quinceJellyRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xf0, green = 0x93, blue = 0x2b }
carminePink : Element.Color
rgb255 0xeb 0x4d 0x4b
carminePinkHex : String
#eb4d4b
carminePinkRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xeb, green = 0x4d, blue = 0x4b }
pureApple : Element.Color
rgb255 0x6a 0xb0 0x4c
pureAppleHex : String
#6ab04c
pureAppleRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x6a, green = 0xb0, blue = 0x4c }
hintOfIcePack : Element.Color
rgb255 0xc7 0xec 0xee
hintOfIcePackHex : String
#c7ecee
hintOfIcePackRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xc7, green = 0xec, blue = 0xee }
middleBlue : Element.Color
rgb255 0x7e 0xd6 0xdf
middleBlueHex : String
#7ed6df
middleBlueRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x7e, green = 0xd6, blue = 0xdf }
heliotrope : Element.Color
rgb255 0xe0 0x56 0xfd
heliotropeHex : String
#e056fd
heliotropeRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xe0, green = 0x56, blue = 0xfd }
exodusFruit : Element.Color
rgb255 0x68 0x6d 0xe0
exodusFruitHex : String
#686de0
exodusFruitRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x68, green = 0x6d, blue = 0xe0 }
deepKoamaru : Element.Color
rgb255 0x30 0x33 0x6b
deepKoamaruHex : String
#30336b
deepKoamaruRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x30, green = 0x33, blue = 0x6b }
soaringEagle : Element.Color
rgb255 0x95 0xaf 0xc0
soaringEagleHex : String
#95afc0
soaringEagleRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x95, green = 0xaf, blue = 0xc0 }
greenlandGreen : Element.Color
rgb255 0x22 0xa6 0xb3
greenlandGreenHex : String
#22a6b3
greenlandGreenRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x22, green = 0xa6, blue = 0xb3 }
steelPink : Element.Color
rgb255 0xbe 0x2e 0xdd
steelPinkHex : String
#be2edd
steelPinkRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0xbe, green = 0x2e, blue = 0xdd }
blurple : Element.Color
rgb255 0x48 0x34 0xd4
blurpleHex : String
#4834d4
blurpleRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x48, green = 0x34, blue = 0xd4 }
deepCove : Element.Color
rgb255 0x13 0x0f 0x40
deepCoveHex : String
#130f40
deepCoveRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x13, green = 0x0f, blue = 0x40 }
wizardGrey : Element.Color
rgb255 0x53 0x5c 0x68
wizardGreyHex : String
#535c68
wizardGreyRgb : { red : Basics.Int, green : Basics.Int, blue : Basics.Int }
{ red = 0x53, green = 0x5c, blue = 0x68 }
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