diff --git a/src/gatsby-plugin-jaen/theme/theme.ts b/src/gatsby-plugin-jaen/theme/theme.ts index b023057..bce66b5 100644 --- a/src/gatsby-plugin-jaen/theme/theme.ts +++ b/src/gatsby-plugin-jaen/theme/theme.ts @@ -19,7 +19,19 @@ const theme = extendTheme( }, colors: { ...baseTheme.colors, - brand: {...baseTheme.colors.blackAlpha, 500: '#000000'} + brand: { + 50: '#fef2f3', + 100: '#fce7e8', + 200: '#f9d2d7', + 300: '#f4adb5', + 400: '#ed7f8e', + 500: '#e25169', + 600: '#cd3152', + 700: '#bb2649', + 800: '#91203e', + 900: '#7c1f3a', + 950: '#450c1b', + }, } }, withDefaultColorScheme({