diff --git a/packages/charts/src/utils/themes/colors.ts b/packages/charts/src/utils/themes/colors.ts index e247798212..d7905a36e5 100644 --- a/packages/charts/src/utils/themes/colors.ts +++ b/packages/charts/src/utils/themes/colors.ts @@ -19,14 +19,14 @@ const echPaletteColorBlind: EchPalette = { colors: [ '#54B399', '#6092C0', + '#D36086', '#9170B8', '#CA8EAE', - '#D36086', - '#E7664C', - '#AA6556', - '#DA8B45', - '#B9A888', '#D6BF57', + '#B9A888', + '#DA8B45', + '#AA6556', + '#E7664C', ], };