Huehive Logo

HueHive

#FFA500 Vibrant Orange
#D97C00 Muted Orange
#A75B00 Dark Muted Orange
#8B4500 Deep Orange
#5B3A00 Very Dark Orange

Muted Dark Orange

Palette Description

Let’s create a new color palette that transitions from #FFA500 (Orange) to a darker, more muted version of orange without being too bright.

json
{
  "palette_name": "Muted Dark Orange",
  "colors": [
    {
      "name": "Vibrant Orange",
      "hex_code": "
                            
                            #FFA500
                        "
    },
    {
      "name": "Muted Orange",
      "hex_code": "
                            
                            #D97C00
                        "
    },
    {
      "name": "Dark Muted Orange",
      "hex_code": "
                            
                            #A75B00
                        "
    },
    {
      "name": "Deep Orange",
      "hex_code": "
                            
                            #8B4500
                        "
    },
    {
      "name": "Very Dark Orange",
      "hex_code": "
                            
                            #5B3A00
                        "
    }
  ]
}

This palette features a more muted and darker progression of orange tones, reducing brightness while maintaining warmth.

Do you have any other specific preferences for this palette, or would you like to see different colors?