cappyzawa / elm-ui-colors / Color.Dracula

This module provides the dracula color scheme using elm-ui.

ColorSheme

black : Element.Color

rgb(40 42 54)

282a36

white : Element.Color

rgb(248 248 242)

f8f8f2

red : Element.Color

rgb(255 85 85)

ff5555

blue : Element.Color

rgb(98 114 164)

6272a4

yellow : Element.Color

rgb(241 250 140)

f1fa8c

green : Element.Color

rgb(80 250 123)

50fa7b

cyan : Element.Color

rgb(139 233 253)

8be9fd

gray : Element.Color

rgb(68 71 90)

44475a

pink : Element.Color

rgb(255 121 198)

ff79c6

purple : Element.Color

rgb(189 147 249)

bd93f9

orange : Element.Color

rgb(255 184 108)

ffb86c