|
@@ -19,9 +19,9 @@
|
|
|
"name": "Primary"
|
|
|
},
|
|
|
{
|
|
|
- "slug": "tertiary",
|
|
|
+ "slug": "secondary",
|
|
|
"color": "#FFFFFF",
|
|
|
- "name": "Tertiary"
|
|
|
+ "name": "Secondary"
|
|
|
},
|
|
|
{
|
|
|
"slug": "background",
|
|
@@ -31,7 +31,7 @@
|
|
|
{
|
|
|
"slug": "tertiary",
|
|
|
"color": "#45424A",
|
|
|
- "name": "tertiary"
|
|
|
+ "name": "Tertiary"
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -69,84 +69,53 @@
|
|
|
},
|
|
|
"colorPalettes": [
|
|
|
{
|
|
|
- "label": "Blue",
|
|
|
- "slug": "blue",
|
|
|
+ "label": "White",
|
|
|
+ "slug": "white",
|
|
|
"colors": {
|
|
|
- "primary": "#FDF5E2",
|
|
|
- "tertiary": "#123B62",
|
|
|
- "background": "#204A72"
|
|
|
+ "primary": "#000000",
|
|
|
+ "secondary": "#000000",
|
|
|
+ "tertiary": "#f1f1f1",
|
|
|
+ "background": "#ffffff"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "label": "Dark Blue",
|
|
|
- "slug": "dark-blue",
|
|
|
+ "label": "Black",
|
|
|
+ "slug": "black",
|
|
|
"colors": {
|
|
|
- "primary": "#F9DAAD",
|
|
|
- "tertiary": "#071F2C",
|
|
|
- "background": "#0E2B3B"
|
|
|
+ "primary": "#ffffff",
|
|
|
+ "secondary": "#ffffff",
|
|
|
+ "tertiary": "#313131",
|
|
|
+ "background": "#000000"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "label": "Green",
|
|
|
- "slug": "green",
|
|
|
+ "label": "Maroon",
|
|
|
+ "slug": "maroon",
|
|
|
"colors": {
|
|
|
- "primary": "#F5D5CA",
|
|
|
- "tertiary": "#0A2C25",
|
|
|
- "background": "#103931"
|
|
|
+ "primary": "#fffbdc",
|
|
|
+ "secondary": "#ffffff",
|
|
|
+ "tertiary": "#3f1818",
|
|
|
+ "background": "#2e0909"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "label": "Red",
|
|
|
- "slug": "red",
|
|
|
+ "label": "Green/Pink",
|
|
|
+ "slug": "green-pink",
|
|
|
"colors": {
|
|
|
- "primary": "#CEEDFF",
|
|
|
+ "primary": "#ffd0d0",
|
|
|
+ "secondary": "#ffffff",
|
|
|
"tertiary": "#721A18",
|
|
|
- "background": "#822726"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "label": "Light Green",
|
|
|
- "slug": "light-green",
|
|
|
- "colors": {
|
|
|
- "primary": "#0C1946",
|
|
|
- "tertiary": "#DBE9DD",
|
|
|
- "background": "#EBF3EC"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "label": "White",
|
|
|
- "slug": "white",
|
|
|
- "colors": {
|
|
|
- "primary": "#2B2B2B",
|
|
|
- "tertiary": "#F8F8F8",
|
|
|
- "background": "#FFFFFF"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "label": "Light Pink",
|
|
|
- "slug": "light-pink",
|
|
|
- "colors": {
|
|
|
- "primary": "#151853",
|
|
|
- "tertiary": "#FCD0D0",
|
|
|
- "background": "#FFE2E2"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "label": "Light Yellow",
|
|
|
- "slug": "light-yellow",
|
|
|
- "colors": {
|
|
|
- "primary": "#0E2B3B",
|
|
|
- "tertiary": "#FBEAD2",
|
|
|
- "background": "#FFF4E3"
|
|
|
+ "background": "#114144"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "label": "Light Blue",
|
|
|
- "slug": "light-blue",
|
|
|
+ "label": "Beige",
|
|
|
+ "slug": "beige",
|
|
|
"colors": {
|
|
|
- "primary": "#460707",
|
|
|
- "tertiary": "#DEE9F1",
|
|
|
- "background": "#EDF4F9"
|
|
|
+ "primary": "#000000",
|
|
|
+ "secondary": "#000000",
|
|
|
+ "tertiary": "#fefaf1",
|
|
|
+ "background": "#f5f0e5"
|
|
|
}
|
|
|
}
|
|
|
],
|