Skip to content

Commit

Permalink
Merge pull request #1702 from guardian/db/more-to-add-feast-collectio…
Browse files Browse the repository at this point in the history
…n-branding

Add items to feast-collection palatte
  • Loading branch information
Divs-B authored Oct 21, 2024
2 parents 55f9ba4 + 150cefd commit 395f6b1
Showing 1 changed file with 135 additions and 15 deletions.
150 changes: 135 additions & 15 deletions fronts-client/src/constants/feastPalettes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,21 @@ export const chefPalettes: PaletteOption[] = [
];

export const feastCollectionPalettes: PaletteOption[] = [
{
id: 'apples_pears',
name: 'Apples & pears',
palettes: {
light: {
foregroundHex: '#697431',
backgroundHex: '#F9F9F5',
},
dark: {
foregroundHex: '#E1E5B8',
backgroundHex: '#363632',
},
},
imageURL: 'https://uploads.guim.co.uk/2024/10/18/Apples_pears.png',
},
{
id: 'autumn',
name: 'Autumn',
Expand Down Expand Up @@ -231,6 +246,21 @@ export const feastCollectionPalettes: PaletteOption[] = [
},
imageURL: 'https://uploads.guim.co.uk/2024/10/15/Cheeses.png',
},
{
id: 'coffee_donuts',
name: 'Coffee & donuts',
palettes: {
light: {
foregroundHex: '#BB3C81',
backgroundHex: '#F9F9F5',
},
dark: {
foregroundHex: '#FCF0F6',
backgroundHex: '#363632',
},
},
imageURL: 'https://uploads.guim.co.uk/2024/10/18/Coffee_donuts.png',
},
{
id: 'chicken',
name: 'Chicken',
Expand Down Expand Up @@ -366,6 +396,36 @@ export const feastCollectionPalettes: PaletteOption[] = [
},
imageURL: 'https://uploads.guim.co.uk/2024/10/15/Fruits.png',
},
{
id: 'halloween',
name: 'Halloween',
palettes: {
light: {
foregroundHex: '#DA2B27',
backgroundHex: '#F9F9F5',
},
dark: {
foregroundHex: '#FDF1F0',
backgroundHex: '#363632',
},
},
imageURL: 'https://uploads.guim.co.uk/2024/10/18/Halloween.png',
},
{
id: 'hot_chocolate',
name: 'Hot chocolate',
palettes: {
light: {
foregroundHex: '#603D30',
backgroundHex: '#F9F9F5',
},
dark: {
foregroundHex: '#F0C5B5',
backgroundHex: '#363632',
},
},
imageURL: 'https://uploads.guim.co.uk/2024/10/18/Hot-chocolate.png',
},
{
id: 'meals for one',
name: 'Meals for One',
Expand Down Expand Up @@ -502,49 +562,49 @@ export const feastCollectionPalettes: PaletteOption[] = [
imageURL: 'https://uploads.guim.co.uk/2024/03/21/Picnic.png',
},
{
id: 'potatos',
name: 'Potatos',
id: 'pizza',
name: 'Pizza',
palettes: {
light: {
foregroundHex: '#99614B',
foregroundHex: '#80191A',
backgroundHex: '#F9F9F5',
},
dark: {
foregroundHex: '#F0C5B4',
foregroundHex: '#FDF1F0',
backgroundHex: '#363632',
},
},
imageURL: 'https://uploads.guim.co.uk/2024/03/21/Potatos.png',
imageURL: 'https://uploads.guim.co.uk/2024/10/18/Pizza.png',
},
{
id: 'rice',
name: 'Rice',
id: 'potatoes',
name: 'Potatoes',
palettes: {
light: {
foregroundHex: '#68773C',
foregroundHex: '#99614B',
backgroundHex: '#F9F9F5',
},
dark: {
foregroundHex: '#DAE5B8',
foregroundHex: '#F0C5B4',
backgroundHex: '#363632',
},
},
imageURL: 'https://uploads.guim.co.uk/2024/03/21/Rice.png',
imageURL: 'https://uploads.guim.co.uk/2024/03/21/Potatos.png',
},
{
id: 'salads',
name: 'Salads',
id: 'pumpkin_pie',
name: 'Pumpkin pie',
palettes: {
light: {
foregroundHex: '#697311',
foregroundHex: '#9A2020',
backgroundHex: '#F9F9F5',
},
dark: {
foregroundHex: '#E1E5B8',
foregroundHex: '#EFBAB4',
backgroundHex: '#363632',
},
},
imageURL: 'https://uploads.guim.co.uk/2024/03/21/Salads.png',
imageURL: 'https://uploads.guim.co.uk/2024/10/18/Pumpkin_pie.png',
},
{
id: 'quick meals',
Expand All @@ -561,6 +621,36 @@ export const feastCollectionPalettes: PaletteOption[] = [
},
imageURL: 'https://uploads.guim.co.uk/2024/03/21/QuickmealsV2-01.png',
},
{
id: 'rice',
name: 'Rice',
palettes: {
light: {
foregroundHex: '#68773C',
backgroundHex: '#F9F9F5',
},
dark: {
foregroundHex: '#DAE5B8',
backgroundHex: '#363632',
},
},
imageURL: 'https://uploads.guim.co.uk/2024/03/21/Rice.png',
},
{
id: 'salads',
name: 'Salads',
palettes: {
light: {
foregroundHex: '#697311',
backgroundHex: '#F9F9F5',
},
dark: {
foregroundHex: '#E1E5B8',
backgroundHex: '#363632',
},
},
imageURL: 'https://uploads.guim.co.uk/2024/03/21/Salads.png',
},
{
id: 'soup',
name: 'Soup',
Expand Down Expand Up @@ -636,6 +726,21 @@ export const feastCollectionPalettes: PaletteOption[] = [
},
imageURL: 'https://uploads.guim.co.uk/2024/03/21/Tacos.png',
},
{
id: 'thanksgiving',
name: 'Thanksgiving',
palettes: {
light: {
foregroundHex: '#C15627',
backgroundHex: '#F9F9F5',
},
dark: {
foregroundHex: '#F0CDB5',
backgroundHex: '#363632',
},
},
imageURL: 'https://uploads.guim.co.uk/2024/10/18/Thanksgiving.png',
},
{
id: 'tins',
name: 'Tins',
Expand Down Expand Up @@ -666,6 +771,21 @@ export const feastCollectionPalettes: PaletteOption[] = [
},
imageURL: 'https://uploads.guim.co.uk/2024/03/21/Traybake.png',
},
{
id: 'Turkey',
name: 'Turkey',
palettes: {
light: {
foregroundHex: '#C15627',
backgroundHex: '#F9F9F5',
},
dark: {
foregroundHex: '#F0CDB5',
backgroundHex: '#363632',
},
},
imageURL: 'https://uploads.guim.co.uk/2024/10/18/Turkey.png',
},
{
id: 'tv snacks',
name: 'TV snacks',
Expand Down

0 comments on commit 395f6b1

Please sign in to comment.