Huehive Logo

HueHive

#00A3E0 Sky Blue
#4CAF50 Vibrant Green
#FF9800 Bright Orange
#9C27B0 Rich Purple
#FFEB3B Warm Yellow
#9E9E9E Cool Gray

Excel Color Palette

Palette Description

Here’s a 6-color palette suitable for Excel, designed to be visually appealing and easy to differentiate between data points:

json
{
  "palette_name": "Excel Color Palette",
  "colors": [
    {
      "name": "Sky Blue",
      "hex_code": "
                            
                            #00A3E0
                        "
    },
    {
      "name": "Vibrant Green",
      "hex_code": "
                            
                            #4CAF50
                        "
    },
    {
      "name": "Bright Orange",
      "hex_code": "
                            
                            #FF9800
                        "
    },
    {
      "name": "Rich Purple",
      "hex_code": "
                            
                            #9C27B0
                        "
    },
    {
      "name": "Warm Yellow",
      "hex_code": "
                            
                            #FFEB3B
                        "
    },
    {
      "name": "Cool Gray",
      "hex_code": "
                            
                            #9E9E9E
                        "
    }
  ]
}

This palette provides a good range of colors that can be used effectively in Excel for various charts and data visualizations.

Would you like to know how to implement this palette in Excel or any specific usage tips?