Huehive Logo

HueHive

#E6E6FA Lavender Dream
#FFCCCB Peach Blossom
#E0B0D3 Mauve Mist
#F0E68C Fairy Light
#708090 Slate Gray
#01796F Pine Green
#50C878 Emerald Isle
#333333 Deep Charcoal

Enchanted Forest Extended - Refined Green

Palette Description

Sure! Here’s the color palette reordered in a way that might be more suitable for an Excel sheet, typically listing colors from light to dark:

json
{
  "palette_name": "Enchanted Forest Extended - Refined Green",
  "colors": [
    {
      "name": "Lavender Dream",
      "hex_code": "
                            
                            #E6E6FA
                        "
    },
    {
      "name": "Peach Blossom",
      "hex_code": "
                            
                            #FFCCCB
                        "
    },
    {
      "name": "Mauve Mist",
      "hex_code": "
                            
                            #E0B0D3
                        "
    },
    {
      "name": "Fairy Light",
      "hex_code": "
                            
                            #F0E68C
                        "
    },
    {
      "name": "Slate Gray",
      "hex_code": "
                            
                            #708090
                        "
    },
    {
      "name": "Pine Green",
      "hex_code": "
                            
                            #01796F
                        "
    },
    {
      "name": "Emerald Isle",
      "hex_code": "
                            
                            #50C878
                        "
    },
    {
      "name": "Deep Charcoal",
      "hex_code": "
                            
                            #333333
                        "
    }
  ]
}

This order starts with the lighter colors and gradually moves to the darker shades, which is often aesthetically pleasing in presentations or spreadsheets.

If there’s anything else you’d like to modify or if you need help with anything else, feel free to ask!