Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update various department brand colours #5396

Merged
merged 2 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ For advice on how to use these release notes see [our guidance on staying up to

## Unreleased

### Fixes

We've made fixes to GOV.UK Frontend in the following pull requests:

- [#5396: Update various department brand colours](https://github.com/alphagov/govuk-frontend/pull/5396)

## v5.7.0 (Feature release)

To install this version with npm, run `npm install govuk-frontend@5.7.0`. You can also find more information about [how to stay up to date](https://frontend.design-system.service.gov.uk/staying-up-to-date/#updating-to-the-latest-version) in our documentation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ $_govuk-organisation-colours: (
"`department-for-communities-local-government` became `ministry-of-housing-communities-local-government` in 2018."
),
"department-for-culture-media-sport": (
colour: #d6006e
colour: #ed1588,
contrast-safe: #d6177a
),
"department-for-digital-culture-media-sport": (
colour: #d40072,
Expand All @@ -75,8 +76,8 @@ $_govuk-organisation-colours: (
contrast-safe: #00852f
),
"department-for-environment-food-rural-affairs": (
colour: #00af43,
contrast-safe: #008733
colour: #00a33b,
contrast-safe: #008531
),
"department-for-exiting-the-european-union": (
colour: #009fe3,
Expand All @@ -98,7 +99,7 @@ $_govuk-organisation-colours: (
"`department-for-levelling-up-housing-communities` was renamed to `ministry-of-housing-communities-local-government` in 2024."
),
"department-for-science-innovation-technology": (
colour: #00f9f8,
colour: #00f8f8,
contrast-safe: #008180
),
"department-for-transport": (
Expand Down Expand Up @@ -128,7 +129,7 @@ $_govuk-organisation-colours: (
deprecation-message: "`foreign-commonwealth-office` became `foreign-commonwealth-development-office` in 2018."
),
"foreign-commonwealth-development-office": (
colour: #002269
colour: #012069
),
"government-equalities-office": (
colour: #0056b8,
Expand Down Expand Up @@ -168,17 +169,18 @@ $_govuk-organisation-colours: (
colour: #9c182f
),
"office-of-the-secretary-of-state-for-scotland": (
colour: #00205c
colour: #00205c,
deprecation-message: "`office-of-the-secretary-of-state-for-scotland` was renamed to `scotland-office` in 2024."
),
"office-of-the-secretary-of-state-for-wales": (
colour: #a8353a
colour: #a8353a,
deprecation-message: "`office-of-the-secretary-of-state-for-wales` was renamed to `wales-office` in 2024."
),
"prime-ministers-office-10-downing-street": (
colour: #0b0c0c
),
"scotland-office": (
colour: #002663,
deprecation-message: "`scotland-office` became `office-of-the-secretary-of-state-for-scotland` in 2018."
colour: #00205c
),
"serious-fraud-office": (
colour: #82368c
Expand All @@ -192,8 +194,7 @@ $_govuk-organisation-colours: (
"`uk-trade-investment` became `department-for-international-trade` in 2016. As of 2023, it is equivalent to `department-for-business-trade`."
),
"wales-office": (
colour: #a33038,
deprecation-message: "`wales-office` became `office-of-the-secretary-of-state-for-wales` in 2018."
colour: #a33038
)
);

Expand Down