Huehive Logo

HueHive

#B2D6E2 Open
#F6E6B2 In Progress
#A8D5BA Completed
#F2B2B2 Overdue
#D1B2E2 Escalated

Updated Modern Status Indication

Palette Description

Here’s the revised color palette with the requested adjustments: “In Progress” will have a new color, “Open” will have the previous color for “Completed,” and “Completed” will take on the color of “Open.”

json
{
  "palette_name": "Updated Modern Status Indication",
  "colors": [
    {
      "name": "Open",
      "hex_code": "
                            
                            #B2D6E2
                        " // Soft blue (previously for In Progress)
    },
    {
      "name": "In Progress",
      "hex_code": "
                            
                            #F6E6B2
                        " // Soft yellow (new color for In Progress)
    },
    {
      "name": "Completed",
      "hex_code": "
                            
                            #A8D5BA
                        " // Soft green (previously for Open)
    },
    {
      "name": "Overdue",
      "hex_code": "
                            
                            #F2B2B2
                        " // Soft red
    },
    {
      "name": "Escalated",
      "hex_code": "
                            
                            #D1B2E2
                        " // Soft lavender
    }
  ]
}

In this updated palette:

  • “Open” is now represented by the soft blue color.
  • “In Progress” is set to a soft yellow.
  • “Completed” now uses the soft green that was previously assigned to “Open.”

Let me know if you need any further modifications or have other questions!