Move salmon to light colors

This commit is contained in:
Brandon Presley 2022-09-28 14:06:44 +13:00
parent b640a8fed4
commit cdb4ceec28
1 changed files with 1 additions and 1 deletions

View File

@ -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'},