Huehive Logo

HueHive

#1E90FF Electric Blue
#32CD32 Lime Green
#FF4500 Sunset Orange
#DC143C Crimson Red
#FFD700 Golden Yellow
#708090 Slate Gray

Power Consumption Palette

Palette Description

Here’s a refined color palette that would work well for representing electrical power consumption across different buildings. This palette uses colors that can convey differences in data effectively:

json
{
  "palette_name": "Power Consumption Palette",
  "colors": [
    {
      "name": "Electric Blue",
      "hex_code": "
                            
                            #1E90FF
                        "
    },
    {
      "name": "Lime Green",
      "hex_code": "
                            
                            #32CD32
                        "
    },
    {
      "name": "Sunset Orange",
      "hex_code": "
                            
                            #FF4500
                        "
    },
    {
      "name": "Crimson Red",
      "hex_code": "
                            
                            #DC143C
                        "
    },
    {
      "name": "Golden Yellow",
      "hex_code": "
                            
                            #FFD700
                        "
    },
    {
      "name": "Slate Gray",
      "hex_code": "
                            
                            #708090
                        "
    }
  ]
}

This palette features distinct and engaging colors that can help to visually separate and highlight the power consumption data for different buildings.

Would you like any additional suggestions for presenting your data, such as chart types or labels?