const head = {
  brick: [0, 62, 53],
  yellow: [48, 100, 64]
}
const bg = {
  forest: '#006375',
  green: '#63D6A3',
  blue: '#358EFF',
  salmon: '#FF9B7A',
  coral: '#F96854'
}

module.exports = {
  head: head,
  bg: bg
}