diff --git a/js/src/variables.scss b/js/src/variables.scss
index 07fb0e60e..c63b4f5cf 100644
--- a/js/src/variables.scss
+++ b/js/src/variables.scss
@@ -3,7 +3,7 @@
 @import "~bulma/sass/utilities/derived-variables.sass";
 
 $bleuvert: #1e7d97;
-$jaune: #ffd599;
+$potsdamnred: #e08c96;
 $violet: #424056;
 
 /**
@@ -44,7 +44,7 @@ $yellow-4: #f7ba30;
 
 $primary: $bleuvert;
 $primary-invert: findColorInvert($primary);
-$secondary: $jaune;
+$secondary: $potsdamnred;
 $secondary-invert: findColorInvert($secondary);
 
 $background-color: $violet-2;