Geologist: Update the color pallets to match those in the Figma file (#4615)

This commit is contained in:
Ben Dwyer 2021-09-16 22:06:08 +01:00 committed by GitHub
parent c963ed2033
commit f43254ac5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 70 additions and 132 deletions

View file

@ -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"
}
]
},
@ -68,85 +68,54 @@
"tertiary": "var(--wp--preset--color--tertiary)"
},
"colorPalettes": [
{
"label": "Blue",
"slug": "blue",
"colors": {
"primary": "#FDF5E2",
"tertiary": "#123B62",
"background": "#204A72"
}
},
{
"label": "Dark Blue",
"slug": "dark-blue",
"colors": {
"primary": "#F9DAAD",
"tertiary": "#071F2C",
"background": "#0E2B3B"
}
},
{
"label": "Green",
"slug": "green",
"colors": {
"primary": "#F5D5CA",
"tertiary": "#0A2C25",
"background": "#103931"
}
},
{
"label": "Red",
"slug": "red",
"colors": {
"primary": "#CEEDFF",
"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"
"primary": "#000000",
"secondary": "#000000",
"tertiary": "#f1f1f1",
"background": "#ffffff"
}
},
{
"label": "Light Pink",
"slug": "light-pink",
"label": "Black",
"slug": "black",
"colors": {
"primary": "#151853",
"tertiary": "#FCD0D0",
"background": "#FFE2E2"
"primary": "#ffffff",
"secondary": "#ffffff",
"tertiary": "#313131",
"background": "#000000"
}
},
{
"label": "Light Yellow",
"slug": "light-yellow",
"label": "Maroon",
"slug": "maroon",
"colors": {
"primary": "#0E2B3B",
"tertiary": "#FBEAD2",
"background": "#FFF4E3"
"primary": "#fffbdc",
"secondary": "#ffffff",
"tertiary": "#3f1818",
"background": "#2e0909"
}
},
{
"label": "Light Blue",
"slug": "light-blue",
"label": "Green/Pink",
"slug": "green-pink",
"colors": {
"primary": "#460707",
"tertiary": "#DEE9F1",
"background": "#EDF4F9"
"primary": "#ffd0d0",
"secondary": "#ffffff",
"tertiary": "#721A18",
"background": "#114144"
}
},
{
"label": "Beige",
"slug": "beige",
"colors": {
"primary": "#000000",
"secondary": "#000000",
"tertiary": "#fefaf1",
"background": "#f5f0e5"
}
}
],

View file

@ -52,9 +52,9 @@
"name": "Primary"
},
{
"slug": "tertiary",
"slug": "secondary",
"color": "#FFFFFF",
"name": "Tertiary"
"name": "Secondary"
},
{
"slug": "background",
@ -64,7 +64,7 @@
{
"slug": "tertiary",
"color": "#45424A",
"name": "tertiary"
"name": "Tertiary"
}
]
},
@ -114,85 +114,54 @@
"tertiary": "var(--wp--preset--color--tertiary)"
},
"colorPalettes": [
{
"label": "Blue",
"slug": "blue",
"colors": {
"primary": "#FDF5E2",
"tertiary": "#123B62",
"background": "#204A72"
}
},
{
"label": "Dark Blue",
"slug": "dark-blue",
"colors": {
"primary": "#F9DAAD",
"tertiary": "#071F2C",
"background": "#0E2B3B"
}
},
{
"label": "Green",
"slug": "green",
"colors": {
"primary": "#F5D5CA",
"tertiary": "#0A2C25",
"background": "#103931"
}
},
{
"label": "Red",
"slug": "red",
"colors": {
"primary": "#CEEDFF",
"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"
"primary": "#000000",
"secondary": "#000000",
"tertiary": "#f1f1f1",
"background": "#ffffff"
}
},
{
"label": "Light Pink",
"slug": "light-pink",
"label": "Black",
"slug": "black",
"colors": {
"primary": "#151853",
"tertiary": "#FCD0D0",
"background": "#FFE2E2"
"primary": "#ffffff",
"secondary": "#ffffff",
"tertiary": "#313131",
"background": "#000000"
}
},
{
"label": "Light Yellow",
"slug": "light-yellow",
"label": "Maroon",
"slug": "maroon",
"colors": {
"primary": "#0E2B3B",
"tertiary": "#FBEAD2",
"background": "#FFF4E3"
"primary": "#fffbdc",
"secondary": "#ffffff",
"tertiary": "#3f1818",
"background": "#2e0909"
}
},
{
"label": "Light Blue",
"slug": "light-blue",
"label": "Green/Pink",
"slug": "green-pink",
"colors": {
"primary": "#460707",
"tertiary": "#DEE9F1",
"background": "#EDF4F9"
"primary": "#ffd0d0",
"secondary": "#ffffff",
"tertiary": "#721A18",
"background": "#114144"
}
},
{
"label": "Beige",
"slug": "beige",
"colors": {
"primary": "#000000",
"secondary": "#000000",
"tertiary": "#fefaf1",
"background": "#f5f0e5"
}
}
],