Huehive Logo

HueHive

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

Modern Status Indication with Blue and Purple

Palette Description

Here’s an updated color palette incorporating a blue shade and a purple shade for the statuses of open, in progress, completed, overdue, and escalated:

json
{
  "palette_name": "Modern Status Indication with Blue and Purple",
  "colors": [
    {
      "name": "Open",
      "hex_code": "
                            
                            #A8D5BA
                        " // Soft green
    },
    {
      "name": "In Progress",
      "hex_code": "
                            
                            #B2D6E2
                        " // Soft blue
    },
    {
      "name": "Completed",
      "hex_code": "
                            
                            #B2E0B2
                        " // Light mint green
    },
    {
      "name": "Overdue",
      "hex_code": "
                            
                            #F2B2B2
                        " // Soft red
    },
    {
      "name": "Escalated",
      "hex_code": "
                            
                            #D1B2E2
                        " // Soft lavender
    }
  ]
}

In this palette, “In Progress” has been updated to a soft blue shade, and “Escalated” has a soft lavender shade to represent the statuses effectively while maintaining a modern and easy-on-the-eyes aesthetic.

Is there anything else you would like to adjust or any other questions you have regarding this palette?