added missing colors and fixed crop on a few
This commit is contained in:
parent
ad6effd470
commit
eaf3bd55f0
18
colors.json
18
colors.json
@ -18,6 +18,7 @@
|
|||||||
"colors": [
|
"colors": [
|
||||||
{ "name": "Light Pink", "hex": "#fcccda" },
|
{ "name": "Light Pink", "hex": "#fcccda" },
|
||||||
{ "name": "Blush", "hex": "#ecccad" },
|
{ "name": "Blush", "hex": "#ecccad" },
|
||||||
|
{ "name": "Melon", "hex": "#fac4bc"},
|
||||||
{ "name": "Rose Pink", "hex": "#d984a3" },
|
{ "name": "Rose Pink", "hex": "#d984a3" },
|
||||||
{ "name": "Fuchsia", "hex": "#eb4799" },
|
{ "name": "Fuchsia", "hex": "#eb4799" },
|
||||||
{ "name": "Coral", "hex": "#bd4b3b" },
|
{ "name": "Coral", "hex": "#bd4b3b" },
|
||||||
@ -53,10 +54,11 @@
|
|||||||
{
|
{
|
||||||
"family": "Blues",
|
"family": "Blues",
|
||||||
"colors": [
|
"colors": [
|
||||||
{ "name": "Sky Blue", "hex": "#c6e9e8" },
|
{ "name": "Sky Blue", "hex": "#87ceec" },
|
||||||
{ "name": "Medium Blue", "hex": "#1b89e8" },
|
{ "name": "Medium Blue", "hex": "#1b89e8" },
|
||||||
{ "name": "Royal Blue", "hex": "#005eb7" },
|
{ "name": "Royal Blue", "hex": "#005eb7" },
|
||||||
{ "name": "Blue Slate", "hex": "#327295" },
|
{ "name": "Blue Slate", "hex": "#327295" },
|
||||||
|
{ "name": "Sea Glass", "hex": "#80a4bc" },
|
||||||
{ "name": "Caribbean Blue", "hex": "#0bbbb6" },
|
{ "name": "Caribbean Blue", "hex": "#0bbbb6" },
|
||||||
{ "name": "Tropical Teal", "hex": "#0d868f" },
|
{ "name": "Tropical Teal", "hex": "#0d868f" },
|
||||||
{ "name": "Dark Blue", "hex": "#26408e" },
|
{ "name": "Dark Blue", "hex": "#26408e" },
|
||||||
@ -133,6 +135,20 @@
|
|||||||
"metallic": true,
|
"metallic": true,
|
||||||
"pearlType": "pink",
|
"pearlType": "pink",
|
||||||
"image": "images/pearl-pink.webp"
|
"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",
|
"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
BIN
images/pearl-peach.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 49 KiB |
BIN
images/pearl-periwinkle.webp
Normal file
BIN
images/pearl-periwinkle.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 213 KiB |
Loading…
x
Reference in New Issue
Block a user