github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/apps/sys.monitor/site.main.src/src/layout/Palette.js (about)

     1  /*
     2   * Copyright (c) 2022-present unTill Pro, Ltd.
     3   */
     4  
     5  // https://www.heavy.ai/blog/12-color-palettes-for-telling-better-stories-with-your-data
     6  export const PaletteSpringPastels = ["#7eb0d5", "#fd7f6f", "#b2e061", "#bd7ebe", "#ffb55a", "#ffee65", "#beb9db", "#fdcce5", "#8bd3c7"]
     7  export const PaletteDutchField = ["#e60049", "#0bb4ff", "#50e991", "#e6d800", "#9b19f5", "#ffa300", "#dc0ab4", "#b3d4ff", "#00bfa0"]
     8  export const PaletteStatusCodes = ["#7eb0d5", "#ffb55a", "#fd7f6f", "#e60049"]