colors.js 168 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 const Colors = { primary500: "#72063c", primary600: "#640233", primary700: "#4e0329", primary800: "#3b021f", accent500: "#ddb52f", }; export default Colors;