Skip to content

Commit

Permalink
Merge pull request #1681 from guardian/db/add-new-feast-collection-br…
Browse files Browse the repository at this point in the history
…anding

Add new items in feast collection palatte
  • Loading branch information
Divs-B authored Oct 8, 2024
2 parents d784ece + 5689fcd commit 74476f6
Showing 1 changed file with 93 additions and 3 deletions.
96 changes: 93 additions & 3 deletions fronts-client/src/constants/feastPalettes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ export const feastCollectionPalettes: PaletteOption[] = [
name: 'Autumn',
palettes: {
light: {
foregroundHex: '#C25400',
foregroundHex: '#603D30',
backgroundHex: '#F9F9F5',
},
dark: {
foregroundHex: '#F0CDB4',
foregroundHex: '#F0C5B5',
backgroundHex: '#363632',
},
},
imageURL: 'https://uploads.guim.co.uk/2024/03/21/Autumn.png',
imageURL: 'https://uploads.guim.co.uk/2024/10/07/Autumn.png',
},
{
id: 'barbecue',
Expand Down Expand Up @@ -606,4 +606,94 @@ export const feastCollectionPalettes: PaletteOption[] = [
},
imageURL: 'https://uploads.guim.co.uk/2024/03/01/Vegan-01.png',
},
{
id: 'bowls_darkgreen',
name: 'Bowls\n(dark green)',
palettes: {
light: {
foregroundHex: '#80191A',
backgroundHex: '#F9F9F5',
},
dark: {
foregroundHex: '#FDF1F0',
backgroundHex: '#363632',
},
},
imageURL: 'https://uploads.guim.co.uk/2024/10/07/Bowls_darkgreen.png',
},
{
id: 'bowls_limegreen',
name: 'Bowls\n(lime green)',
palettes: {
light: {
foregroundHex: '#697431',
backgroundHex: '#F9F9F5',
},
dark: {
foregroundHex: '#E1E5B8',
backgroundHex: '#363632',
},
},
imageURL: 'https://uploads.guim.co.uk/2024/10/07/Bowls_limegreen.png',
},
{
id: 'bowls_orange',
name: 'Bowls\n(orange)',
palettes: {
light: {
foregroundHex: '#C15627',
backgroundHex: '#F9F9F5',
},
dark: {
foregroundHex: '#F0CDB5',
backgroundHex: '#363632',
},
},
imageURL: 'https://uploads.guim.co.uk/2024/10/07/Bowls_orange.png',
},
{
id: 'bowls_purple',
name: 'Bowls\n(purple)',
palettes: {
light: {
foregroundHex: '#BB3C81',
backgroundHex: '#F9F9F5',
},
dark: {
foregroundHex: '#FCF0F6',
backgroundHex: '#363632',
},
},
imageURL: 'https://uploads.guim.co.uk/2024/10/07/Bowls_purple.png',
},
{
id: 'bowls_yellow',
name: 'Bowls\n(yellow)',
palettes: {
light: {
foregroundHex: '#C15627',
backgroundHex: '#F9F9F5',
},
dark: {
foregroundHex: '#F0CDB5',
backgroundHex: '#363632',
},
},
imageURL: 'https://uploads.guim.co.uk/2024/10/07/Bowls_yellow.png',
},
{
id: 'mushrooms',
name: 'Mushrooms',
palettes: {
light: {
foregroundHex: '#80523E',
backgroundHex: '#F9F9F5',
},
dark: {
foregroundHex: '#F0CDB5',
backgroundHex: '#363632',
},
},
imageURL: 'https://uploads.guim.co.uk/2024/10/07/Mushrooms.png',
},
];

0 comments on commit 74476f6

Please sign in to comment.