Palette Description
根据您的需求,我为您生成了一个颜色调色板,适合用于一个有1px边框的正方形输入框,边框和透明背景色都为灰色。
json
{
"palette_name": "Gray Input Box",
"colors": [
{
"name": "Light Gray",
"hex_code": "
#D3D3D3
"
},
{
"name": "Gray",
"hex_code": "
#A9A9A9
"
},
{
"name": "Dark Gray",
"hex_code": "
#696969
"
},
{
"name": "Silver",
"hex_code": "
#C0C0C0
"
},
{
"name": "Dim Gray",
"hex_code": "
#696969
"
}
]
}
这个调色板包含了不同深浅的灰色,适合用于您描述的输入框设计。您可以选择其中一种灰色作为边框颜色,同时设置内部背景色为透明的同色调。您觉得这个色调合适吗,还是需要其他颜色的建议?