colors = {
  1: 6
  2: 1
  3: 3
  4: 4
  5: 7
  6: 2
}

module.exports = (cycleNumber)-> colors[cycleNumber]
