Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Add lifestyle 450 to palette (#1480)
Browse files Browse the repository at this point in the history
* Add lifestyle 450 to palette

* docs(changeset): Add new colour 450 to lifestyle palette

* Update .changeset/tough-pots-sell.md

Co-authored-by: Alex Sanders <[email protected]>

Co-authored-by: Alex Sanders <[email protected]>
  • Loading branch information
joecowton1 and sndrs authored Aug 1, 2022
1 parent 3eae8b8 commit 4a613b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/tough-pots-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@guardian/source-foundations': minor
---

Add new colour 450 to lifestyle palette
8 changes: 5 additions & 3 deletions packages/@guardian/source-foundations/src/colour/palette.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const colors = {
'#650054', //lifestyle-200
'#7D0068', //lifestyle-300
'#BB3B80', //lifestyle-400
'#F37ABC', //lifestyle-450
'#FFABDB', //lifestyle-500
'#FEC8D3', //lifestyle-600
'#FEEEF7', //lifestyle-800
Expand Down Expand Up @@ -180,9 +181,10 @@ export const palette = {
200: colors.pinks[1],
300: colors.pinks[2],
400: colors.pinks[3],
500: colors.pinks[4],
600: colors.pinks[5],
800: colors.pinks[6],
450: colors.pinks[4],
500: colors.pinks[5],
600: colors.pinks[6],
800: colors.pinks[7],
},
labs: {
200: colors.greens[3],
Expand Down

0 comments on commit 4a613b3

Please sign in to comment.