Huehive Logo

HueHive

#00A0E0 Sky Blue
#A8D400 Bright Green
#FF8C00 Warm Orange
#D50000 Vivid Red
#6A5ACD Soft Purple
#A9A9A9 Cool Gray

Excel Chart Palette

Palette Description

Here’s a color palette suitable for Excel charts to ensure clarity and visual appeal:

json
{
  "palette_name": "Excel Chart Palette",
  "colors": [
    {
      "name": "Sky Blue",
      "hex_code": "
                            
                            #00A0E0
                        "
    },
    {
      "name": "Bright Green",
      "hex_code": "
                            
                            #A8D400
                        "
    },
    {
      "name": "Warm Orange",
      "hex_code": "
                            
                            #FF8C00
                        "
    },
    {
      "name": "Vivid Red",
      "hex_code": "
                            
                            #D50000
                        "
    },
    {
      "name": "Soft Purple",
      "hex_code": "
                            
                            #6A5ACD
                        "
    },
    {
      "name": "Cool Gray",
      "hex_code": "
                            
                            #A9A9A9
                        "
    }
  ]
}

This palette includes a mix of vibrant and neutral colors that can help differentiate data points clearly in your charts.

Do you have any specific themes or types of data that you plan to represent in your charts?