From 1c10d8ac801922fe416a25a1c9ee2839b3ecc389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Sutterl=C3=BCty?= Date: Wed, 11 Feb 2026 15:54:05 +0100 Subject: [PATCH] style: update brand colors to reflect pina --- src/constants/customizations.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/constants/customizations.ts b/src/constants/customizations.ts index 843629f7..09d85e8d 100644 --- a/src/constants/customizations.ts +++ b/src/constants/customizations.ts @@ -41,16 +41,16 @@ export const LINE_HEIGHTS = { export const COLORS = { black: { value: '#121212' }, primary: { - 50: { value: '#f3f6f5' }, - 100: { value: '#f2fcf7' }, - 200: { value: '#d0f2e3' }, - 300: { value: '#96E3BF' }, - 400: { value: '#6DD8A6' }, - 500: { value: '#14C072' }, - 600: { value: '#13B46C' }, - 700: { value: '#13A060' }, - 800: { value: '#108450' }, - 900: { value: '#0D7748' }, + 50: { value: '#f8fcf9' }, + 100: { value: '#edfbef' }, + 200: { value: '#def9df' }, + 300: { value: '#a5ecaf' }, + 400: { value: '#81e68e' }, + 500: { value: '#26d957' }, + 600: { value: '#20bc4b' }, + 700: { value: '#20a243' }, + 800: { value: '#087848' }, + 900: { value: '#05452a' }, }, gray: { 50: { value: '#F9FAF9' },