Huehive Logo

HueHive

#87CEEB Sky Blue
#4169E1 Royal Blue
#1E90FF Dodger Blue
#4682B4 Steel Blue
#ADD8E6 Light Blue
#0000CD Medium Blue
#00008B Dark Blue
#00FFFF Cyan
#40E0D0 Turquoise
#000080 Navy Blue

Shades of Blue

Palette Description

Here is a color palette inspired by various shades of blue:

json
{
  "palette_name": "Shades of Blue",
  "colors": [
    {
      "name": "Sky Blue",
      "hex_code": "
                            
                            #87CEEB
                        "
    },
    {
      "name": "Royal Blue",
      "hex_code": "
                            
                            #4169E1
                        "
    },
    {
      "name": "Dodger Blue",
      "hex_code": "
                            
                            #1E90FF
                        "
    },
    {
      "name": "Steel Blue",
      "hex_code": "
                            
                            #4682B4
                        "
    },
    {
      "name": "Light Blue",
      "hex_code": "
                            
                            #ADD8E6
                        "
    },
    {
      "name": "Medium Blue",
      "hex_code": "
                            
                            #0000CD
                        "
    },
    {
      "name": "Dark Blue",
      "hex_code": "
                            
                            #00008B
                        "
    },
    {
      "name": "Cyan",
      "hex_code": "
                            
                            #00FFFF
                        "
    },
    {
      "name": "Turquoise",
      "hex_code": "
                            
                            #40E0D0
                        "
    },
    {
      "name": "Navy Blue",
      "hex_code": "
                            
                            #000080
                        "
    }
    // ... Additional colors would follow to reach 100 shades
  ]
}

This palette includes various shades of blue ranging from light to dark, showcasing the versatility and beauty of the color blue.

Would you like to explore more shades or perhaps a different color palette?