Huehive Logo

HueHive

#FFFFFF White
#FF0000 Red
#00FF00 Green
#0000FF Blue
#00FFFF Cyan
#FF00FF Magenta
#FFFF00 Yellow
#000000 Black
#808080 Gray
#FFA500 Orange
#800080 Purple
#A52A2A Brown
#D3D3D3 Light Gray
#A9A9A9 Dark Gray

AutoCAD ACI Palette

Palette Description

Here is a color palette inspired by the AutoCAD ACI (AutoCAD Color Index) colors:

json
{
  "palette_name": "AutoCAD ACI Palette",
  "colors": [
    {
      "name": "White",
      "hex_code": "
                            
                            #FFFFFF
                        "
    },
    {
      "name": "Red",
      "hex_code": "
                            
                            #FF0000
                        "
    },
    {
      "name": "Green",
      "hex_code": "
                            
                            #00FF00
                        "
    },
    {
      "name": "Blue",
      "hex_code": "
                            
                            #0000FF
                        "
    },
    {
      "name": "Cyan",
      "hex_code": "
                            
                            #00FFFF
                        "
    },
    {
      "name": "Magenta",
      "hex_code": "
                            
                            #FF00FF
                        "
    },
    {
      "name": "Yellow",
      "hex_code": "
                            
                            #FFFF00
                        "
    },
    {
      "name": "Black",
      "hex_code": "
                            
                            #000000
                        "
    },
    {
      "name": "Gray",
      "hex_code": "
                            
                            #808080
                        "
    },
    {
      "name": "Orange",
      "hex_code": "
                            
                            #FFA500
                        "
    },
    {
      "name": "Purple",
      "hex_code": "
                            
                            #800080
                        "
    },
    {
      "name": "Brown",
      "hex_code": "
                            
                            #A52A2A
                        "
    },
    {
      "name": "Light Gray",
      "hex_code": "
                            
                            #D3D3D3
                        "
    },
    {
      "name": "Dark Gray",
      "hex_code": "
                            
                            #A9A9A9
                        "
    }
  ]
}

This palette, named “AutoCAD ACI Palette,” includes the primary colors found in the ACI color index, which are commonly used in drafting and design work in AutoCAD.

Do you have a specific project or application in AutoCAD for which you’d like to use this palette?