Huehive Logo

HueHive

#004D4D Dark Teal
#D99201 Golden Yellow
#000000 Black
#AFAFAF Soft Gray
#F5F5F5 Rich White

Deep Contrast with Complements

Palette Description

To complement the existing palette, I’ve added two colors: a soft gray and a rich white. Here’s the updated color palette:

json
{
  "palette_name": "Deep Contrast with Complements",
  "colors": [
    {
      "name": "Dark Teal",
      "hex_code": "
                            
                            #004D4D
                        "
    },
    {
      "name": "Golden Yellow",
      "hex_code": "
                            
                            #D99201
                        "
    },
    {
      "name": "Black",
      "hex_code": "
                            
                            #000000
                        "
    },
    {
      "name": "Soft Gray",
      "hex_code": "
                            
                            #AFAFAF
                        "
    },
    {
      "name": "Rich White",
      "hex_code": "
                            
                            #F5F5F5
                        "
    }
  ]
}

This expanded palette maintains the deep contrast while introducing soft gray for a neutral balance and rich white to enhance brightness and clarity.

Would you like to explore how to use this palette in your projects or create additional variations?