colors
only background colors for now. colors for each trait and palettes per mfer are planned for future release
import { background_colors } from 'mfers'
console.log(background_colors)
{
"red": "#FF7278",
"orange": "#FFB66E",
"yellow": "#FFE260",
"green": "#B7FF6D",
"blue": "#5DD3FF",
"graveyard": "#7C7C7C",
"space": "#797A7A",
"tree": "#FFE260"
}