diff --git a/colors.ts b/colors.ts index 00888f1..3feda47 100644 --- a/colors.ts +++ b/colors.ts @@ -6,7 +6,6 @@ export const lightColors = [ {hex: '#FA8072', name: 'Salmon'}, {hex: '#FFC0CB', name: 'Pink'}, {hex: '#E9DCC9', name: 'Linen'}, - {hex: '#BBA1CE', name: 'Light purple'}, ] export const darkColors = [