#cd84f1
{ red = 0xcd, green = 0x84, blue = 0xf1 }
rgb255 0xff 0xcc 0xcc
#ffcccc
{ red = 0xff, green = 0xcc, blue = 0xcc }
rgb255 0xff 0x4d 0x4d
#ff4d4d
{ red = 0xff, green = 0x4d, blue = 0x4d }
rgb255 0xff 0xaf 0x40
#ffaf40
{ red = 0xff, green = 0xaf, blue = 0x40 }
rgb255 0xff 0xfa 0x65
#fffa65
{ red = 0xff, green = 0xfa, blue = 0x65 }
rgb255 0xc5 0x6c 0xf0
#c56cf0
{ red = 0xc5, green = 0x6c, blue = 0xf0 }
rgb255 0xff 0xb8 0xb8
#ffb8b8
{ red = 0xff, green = 0xb8, blue = 0xb8 }
rgb255 0xff 0x38 0x38
#ff3838
{ red = 0xff, green = 0x38, blue = 0x38 }
rgb255 0xff 0x9f 0x1a
#ff9f1a
{ red = 0xff, green = 0x9f, blue = 0x1a }
rgb255 0xff 0xf2 0x00
#fff200
{ red = 0xff, green = 0xf2, blue = 0x00 }
rgb255 0x32 0xff 0x7e
#32ff7e
{ red = 0x32, green = 0xff, blue = 0x7e }
rgb255 0x7e 0xff 0xf5
#7efff5
{ red = 0x7e, green = 0xff, blue = 0xf5 }
rgb255 0x18 0xdc 0xff
#18dcff
{ red = 0x18, green = 0xdc, blue = 0xff }
rgb255 0x7d 0x5f 0xff
#7d5fff
{ red = 0x7d, green = 0x5f, blue = 0xff }
rgb255 0x4b 0x4b 0x4b
#4b4b4b
{ red = 0x4b, green = 0x4b, blue = 0x4b }
rgb255 0x3a 0xe3 0x74
#3ae374
{ red = 0x3a, green = 0xe3, blue = 0x74 }
rgb255 0x67 0xe6 0xdc
#67e6dc
{ red = 0x67, green = 0xe6, blue = 0xdc }
rgb255 0x17 0xc0 0xeb
#17c0eb
{ red = 0x17, green = 0xc0, blue = 0xeb }
rgb255 0x71 0x58 0xe2
#7158e2
{ red = 0x71, green = 0x58, blue = 0xe2 }
rgb255 0x3d 0x3d 0x3d
#3d3d3d
{ red = 0x3d, green = 0x3d, blue = 0x3d }
All Elm UI Colors
All Hex Strings
All RGB Values
Light Elm UI Colors
Light Hex Strings
Light RGB Values
Dark Elm UI Colors
Dark Hex Strings
Dark RGB Values
rgb255 0xcd 0x84 0xf1