Problem/Motivation
The color palette should be updated to reflect the colors defined in the Figma designs.
Proposed resolution
Update all the existing color scales and add all the new ones (even the colors not used yet). Until we have the correct layer of abstraction for color usages we should use direct variable names, like --admin-toolbar-color-blue-100.
For example, from:
--admin-toolbar-color-blue-100: var(--drupal-admin-color-blue-100, #ccdbff)
We should move to:
--admin-toolbar-color-blue-100: var(--drupal-admin-color-blue-100, #ccdfff)
Please use the Figma link to get the specs about colors.

Remaining tasks
- Change the variable names
User interface changes
The colors should move from Claro existing colors to the new ones.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | new-design-colors.png | 34.61 KB | ckrina |
Issue fork navigation-3435976
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
KeyboardCowboyComment #3
ckrinaAdding needed info. This is ready to work on it.
Comment #4
ckrinaComment #5
ckrinaComment #6
ckrinaI forgot the link to Figma to get the hexadecimal codes.
Comment #7
ckrinaComment #9
kostyashupenkoLet's wait for https://www.drupal.org/project/navigation/issues/3427659 first, because MR out there contains lots of new colors which are hardcoded. Once task is fixed -> you can re-open this ticket
Comment #10
kostyashupenkoActually let's have it under Active status. Since some work can be already done
Comment #11
vensiresComment #12
bronzehedwickComment #13
bronzehedwick@ckrina does this ticket mean that we should refactor existing indirect variable names, like
--admin-toolbar-color-focus, to a direct color variable, like--admin-toolbar-color-blue-100?Comment #14
ckrinaNot for now. We haven't defined any abstraction layer on the design system yet, but deleting the work done already is not worth yet, because I think the focus will exist anyway. We can do that work later on.
Comment #15
bronzehedwickPerfect, thanks @ckrina!
Comment #17
bronzehedwickComment #20
ckrinaThat was fast, thanks @bronzehedwick!
Comment #21
ckrinaMerged!
Comment #23
vensires