UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

3 lines 291 B
export const strawberrySkyPaletteLight = ['#6877FF', '#694FFD', '#A94FFD', '#DA4FFD', '#F050A5', '#FF5E6C']; export const strawberrySkyPaletteDark = strawberrySkyPaletteLight; export const strawberrySkyPalette = mode => mode === 'dark' ? strawberrySkyPaletteDark : strawberrySkyPaletteLight;