Mine Sweeper Numbers With Shading
About This Color Palette
You’re right! I’ll update the main color for Seven to
#111111
and reserve
#000000
for Seven’s shading. Here’s the corrected palette:
json
{
"palette_name": "MineSweeper Numbers with Shading",
"colors": [
{
"name": "Zero",
"hex_code": "
#D3D3D3
"
},
{
"name": "Zero (Shading)",
"hex_code": "
#A9A9A9
"
},
{
"name": "One",
"hex_code": "
#0000FF
"
},
{
"name": "One (Shading)",
"hex_code": "
#000088
"
},
{
"name": "Two",
"hex_code": "
#008000
"
},
{
"name": "Two (Shading)",
"hex_code": "
#004400
"
},
{
"name": "Three",
"hex_code": "
#FF0000
"
},
{
"name": "Three (Shading)",
"hex_code": "
#880000
"
},
{
"name": "Four",
"hex_code": "
#00008B
"
},
{
"name": "Four (Shading)",
"hex_code": "
#000044
"
},
{
"name": "Five",
"hex_code": "
#C71585
"
},
{
"name": "Five (Shading)",
"hex_code": "
#6A0B3A
"
},
{
"name": "Six",
"hex_code": "
#00FFFF
"
},
{
"name": "Six (Shading)",
"hex_code": "
#008888
"
},
{
"name": "Seven",
"hex_code": "
#111111
"
},
{
"name": "Seven (Shading)",
"hex_code": "
#000000
"
},
{
"name": "Eight",
"hex_code": "
#808080
"
},
{
"name": "Eight (Shading)",
"hex_code": "
#404040
"
},
{
"name": "Nine",
"hex_code": "
#FFFFFF
"
},
{
"name": "Nine (Shading)",
"hex_code": "
#D3D3D3
"
}
]
}
I’ve updated Seven’s main color to
#111111
and kept its shading as
#000000
. Thank you for your observations!
Is there anything else you’d like to adjust or add?