export const lightColors = [ {hex: '#FA8072', name: 'Salmon'}, {hex: '#B3E5FC', name: 'Cyan'}, {hex: '#FFC0CB', name: 'Pink'}, {hex: '#E9DCC9', name: 'Linen'}, ]; export const darkColors = [ {hex: '#8156A7', name: 'Purple'}, {hex: '#007AFF', name: 'Blue'}, {hex: '#000000', name: 'Black'}, {hex: '#CD5C5C', name: 'Red'}, ];