diff --git a/src/theme/foundations/colors.ts b/src/theme/foundations/colors.ts index fd3f083b..0c18865c 100644 --- a/src/theme/foundations/colors.ts +++ b/src/theme/foundations/colors.ts @@ -1,3 +1,9 @@ -const colors = {}; +const colors = { + green: '#415940', + green_dark: '#304030', + orange_light: '#FDCBBD', + orange: '#FD9E7D', + orange_dark: '#F68564', +}; export default colors;