tailwind.config = { theme: { extend: { colors: { // if you don't know the significance of this colour, please look it up 'rebecca': 'rebeccapurple' } } } }