diff --git a/colors.ts b/colors.ts index 1aefebb..be71300 100644 --- a/colors.ts +++ b/colors.ts @@ -1,11 +1,11 @@ export const lightColors = [ + {hex: '#FA8072', name: 'Salmon'}, {hex: '#B3E5FC', name: 'Cyan'}, {hex: '#FFC0CB', name: 'Pink'}, {hex: '#E9DCC9', name: 'Linen'}, ]; export const darkColors = [ - {hex: '#FA8072', name: 'Salmon'}, {hex: '#8156A7', name: 'Purple'}, {hex: '#007AFF', name: 'Blue'}, {hex: '#000000', name: 'Black'},