add white and black to palette

This commit is contained in:
Aadil Ayub 2024-05-30 13:37:18 +05:00
parent 2e32fce77c
commit 6ebed01672

View File

@ -18,6 +18,16 @@
}
],
"palette": [
{
"color": "#FFFF",
"name": "White",
"slug": "white"
},
{
"color": "#000",
"name": "Black",
"slug": "black"
},
{
"color": "#54ff52",
"name": "Bright Light Green",