aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/View/Color.elm
blob: 882dd69b7f658ffd1f37eefcca0906dc31f7e6ca (plain)
1
2
3
4
5
6
7
8
module View.Color exposing
  ( chestnutRose
  )

import Color exposing (Color)

chestnutRose : Color
chestnutRose = Color.rgb 207 92 86