From 5b23828f6f8002429b0028337924028ca76f95a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Prod=27homme?= Date: Thu, 10 Oct 2024 15:56:50 +0200 Subject: [PATCH] Update the colours of the habitats --- frontend/src/constants/habitat-chart-colors.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/constants/habitat-chart-colors.ts b/frontend/src/constants/habitat-chart-colors.ts index b57cf088..e1b4ce45 100644 --- a/frontend/src/constants/habitat-chart-colors.ts +++ b/frontend/src/constants/habitat-chart-colors.ts @@ -7,11 +7,11 @@ export const HABITAT_CHART_COLORS = { saltmarshes: '#6D7600', seamounts: '#884B02', forest: '#01550E', - savanna: '#E6CC8A', + savanna: '#FFE399', shrubland: '#C6FF53', grassland: '#1D931D', 'wetlands-open-waters': '#5BB5FF', - 'rocky-mountains': '#95908C', + 'rocky-mountains': '#79685A', desert: '#FBF8D6', - artificial: '#67FFE2', + artificial: '#CECECE', };