|
@@ -103,36 +103,43 @@
|
|
|
},
|
|
|
"colorPalettes": [
|
|
|
{
|
|
|
- "label": "Featured",
|
|
|
- "slug": "palette-1",
|
|
|
+ "label": "White",
|
|
|
+ "slug": "white",
|
|
|
"colors": {
|
|
|
- "primary": "#C8133E",
|
|
|
- "secondary": "#4E2F4B",
|
|
|
- "foreground": "#1D1E1E",
|
|
|
- "background": "#FFFFFF",
|
|
|
- "selection": "#F9F9F9"
|
|
|
+ "primary": "#000000",
|
|
|
+ "background": "#FFFFFF"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "label": "Featured",
|
|
|
- "slug": "palette-2",
|
|
|
+ "label": "Red",
|
|
|
+ "slug": "red",
|
|
|
"colors": {
|
|
|
- "primary": "#35845D",
|
|
|
- "secondary": "#233252",
|
|
|
- "foreground": "#242527",
|
|
|
- "background": "#EEF4F7",
|
|
|
- "selection": "#F9F9F9"
|
|
|
+ "primary": "#000000",
|
|
|
+ "background": "#F3B2A9"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "label": "Featured",
|
|
|
- "slug": "palette-3",
|
|
|
+ "label": "Blue",
|
|
|
+ "slug": "blue",
|
|
|
"colors": {
|
|
|
- "primary": "#9FD3E8",
|
|
|
- "secondary": "#FBE6AA",
|
|
|
- "foreground": "#FFFFFF",
|
|
|
- "background": "#1F2527",
|
|
|
- "selection": "#364043"
|
|
|
+ "primary": "#000000",
|
|
|
+ "background": "#C9E4ED"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "label": "Blue/Cream",
|
|
|
+ "slug": "blue-cream",
|
|
|
+ "colors": {
|
|
|
+ "primary": "#F9EED4",
|
|
|
+ "background": "#252B39"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "label": "Green/Pink",
|
|
|
+ "slug": "green-pink",
|
|
|
+ "colors": {
|
|
|
+ "primary": "#F7B9A9",
|
|
|
+ "background": "#153232"
|
|
|
}
|
|
|
}
|
|
|
],
|