added missing colors and fixed crop on a few

This commit is contained in:
chris 2025-07-16 16:46:03 -04:00
parent ad6effd470
commit eaf3bd55f0
4 changed files with 17 additions and 1 deletions

View File

@ -18,6 +18,7 @@
"colors": [
{ "name": "Light Pink", "hex": "#fcccda" },
{ "name": "Blush", "hex": "#ecccad" },
{ "name": "Melon", "hex": "#fac4bc"},
{ "name": "Rose Pink", "hex": "#d984a3" },
{ "name": "Fuchsia", "hex": "#eb4799" },
{ "name": "Coral", "hex": "#bd4b3b" },
@ -53,10 +54,11 @@
{
"family": "Blues",
"colors": [
{ "name": "Sky Blue", "hex": "#c6e9e8" },
{ "name": "Sky Blue", "hex": "#87ceec" },
{ "name": "Medium Blue", "hex": "#1b89e8" },
{ "name": "Royal Blue", "hex": "#005eb7" },
{ "name": "Blue Slate", "hex": "#327295" },
{ "name": "Sea Glass", "hex": "#80a4bc" },
{ "name": "Caribbean Blue", "hex": "#0bbbb6" },
{ "name": "Tropical Teal", "hex": "#0d868f" },
{ "name": "Dark Blue", "hex": "#26408e" },
@ -133,6 +135,20 @@
"metallic": true,
"pearlType": "pink",
"image": "images/pearl-pink.webp"
},
{
"name": "Pearl Peach",
"hex": "#F4C2C2",
"metallic": true,
"pearlType": "pink",
"image": "images/pearl-peach.webp"
},
{
"name": "Pearl Periwinkle",
"hex": "#F4C2C2",
"metallic": true,
"pearlType": "blue",
"image": "images/pearl-periwinkle.webp"
},
{
"name": "Classic Rose Gold",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 98 KiB

BIN
images/pearl-peach.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB